Commit d8959c7f authored by zhengke's avatar zhengke

修改

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