Commit f1263d0a authored by lixy's avatar lixy

官网新闻-富文本

parent e4aceeca
......@@ -181,10 +181,11 @@
},
methods: {
getAllTag() {
this.activeName = 'first';
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