Commit 528d8ac0 authored by youjie's avatar youjie

no message

parent 0dc03d90
......@@ -322,7 +322,7 @@
//模板列表
templateList: [],
//模板编号
templateId: 18,
templateId: 0,
//数据列表
dataList: [],
//模板详情列表
......@@ -459,7 +459,6 @@
this.currentEditItem = item;
this.commonTitle = item.plugData.Title;
this.currentEditItemData = JSON.parse(JSON.stringify(item.plugData));
console.log(this.currentEditItemData,'-----')
},
//获取数据
setSubPlugData() {
......@@ -505,7 +504,6 @@
if (res.data.resultCode == 1) {
this.realTemplateList = res.data.data;
this.templateList=this.realTemplateList
console.log(this.templateList,'====')
} else {
this.Error(res.data.message);
}
......@@ -550,7 +548,6 @@
},
mounted() {
this.getTemplate();
this.getTemplateDetails()
},
watch: {
dataList: {
......
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