Commit abe146b0 authored by zhengke's avatar zhengke

修改

parent ccf14a5d
...@@ -397,15 +397,6 @@ ...@@ -397,15 +397,6 @@
that.dataList.splice(index, 1); that.dataList.splice(index, 1);
}) })
}, },
//添加数据到组件列表
AddData(item) {
var obj = {
Id: item.TemplateKey,
plugData: item.TemplateData,
isShelves: 0
};
this.dataList.push(obj);
},
//从左拖动到右边开始 //从左拖动到右边开始
dragLeftStart(ev, item) { dragLeftStart(ev, item) {
this.isDraggable = false; this.isDraggable = false;
......
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