Commit 55cae96a authored by jiaorz's avatar jiaorz

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents be39a46e f1263d0a
......@@ -181,11 +181,12 @@
},
methods: {
getAllTag() {
this.activeName = 'first';
if(this.popupTitle == "编辑"){
let row = this.oneRow;
this.getOne(row.id);
}
if(this.popupTitle == "编辑"){
let row = this.oneRow;
this.getOne(row.id);
} else {
this.activeName = 'first';
}
},
/**
* 封面图上传进度
......@@ -276,7 +277,8 @@
response.data.type=response.data.type.toString()
}
response.data.text=response.data.text?response.data.text:''
this.form = response.data
this.form = response.data;
this.activeName = 'first';
})
},
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment