【修改】修改dataId为reportId

This commit is contained in:
zhoulingpo
2023-05-17 14:15:13 +08:00
parent ab8c81688d
commit 2d4d0e4383
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ export default {
// this.labelList(); // this.labelList();
this.reset(); this.reset();
this.reportDateList(); this.reportDateList();
this.sysUserList();
}, },
getHalfCheckedNode(node,data){ getHalfCheckedNode(node,data){
this.checkedKeys=data.checkedKeys this.checkedKeys=data.checkedKeys
@@ -66,7 +66,7 @@ export default {
}, },
mounted() { mounted() {
this.sysUserList() // this.sysUserList()
}, },
methods: { methods: {
isTreeOk(checkedList){ isTreeOk(checkedList){