Commit d8959c7f authored by zhengke's avatar zhengke

修改

parent 75d09d96
This diff is collapsed.
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var dataArray = res.data.data; var dataArray = res.data.data;
this.dataList = dataArray; this.dataList = dataArray;
console.log(this.dataList,'dataList');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
...@@ -97,7 +96,10 @@ ...@@ -97,7 +96,10 @@
} }
return this.checkedObj; return this.checkedObj;
}, },
//清空多选方法
toggleSelection(rows) {
this.$refs.tree.setCheckedKeys([])
},
}, },
mounted() { mounted() {
this.getList(); this.getList();
......
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