Commit 528d8ac0 authored by youjie's avatar youjie

no message

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