Commit 5b4d7fd2 authored by zhengke's avatar zhengke

修改

parent 47e3cd2e
...@@ -278,11 +278,14 @@ ...@@ -278,11 +278,14 @@
this.$nextTick(() => { //在弹出dialog之前执行$nextTick回调函数,确保el-tree已经渲染 this.$nextTick(() => { //在弹出dialog之前执行$nextTick回调函数,确保el-tree已经渲染
this.$refs.tree.setCheckedKeys(this.checkedkeys); this.$refs.tree.setCheckedKeys(this.checkedkeys);
}); });
this.commoditylist=[];
} else if (val == 2) { } else if (val == 2) {
this.tableData = []; this.tableData = [];
this.count = 0; this.count = 0;
this.checkedkeys = [] this.checkedkeys = []
this.addcommodity = true this.addcommodity = true
this.getProductGoodsPageList();
this.AppointList=[];
} }
}, },
TreeList(val, e) { TreeList(val, e) {
......
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