伊利项目【架构筛选】BUG

This commit is contained in:
qinoy 2022-07-26 14:51:31 +08:00
parent 6a6e7d0cd8
commit a49aef600d

View File

@ -467,6 +467,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
filterNode(value, data) { filterNode(value, data) {
@ -488,6 +489,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
orgCheckChange(data,checked,isChildCheck){ orgCheckChange(data,checked,isChildCheck){
@ -514,6 +516,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
loadNodeOrg(node, resolve) {// `` loadNodeOrg(node, resolve) {// ``
@ -598,6 +601,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
// //
@ -618,6 +622,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
handleCheckedUserChange(value){ handleCheckedUserChange(value){
@ -638,6 +643,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
searchUserNameText() { searchUserNameText() {
@ -666,6 +672,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
handleCheckedMethodIdChange(value){ handleCheckedMethodIdChange(value){
@ -677,6 +684,7 @@
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// //
this.refreshNode('control');
this.refreshNode('process'); this.refreshNode('process');
}, },
// //