伊利项目【架构筛选】去除TODO标记

This commit is contained in:
qinoy 2022-07-15 09:58:46 +08:00
parent dc304410cf
commit 4e0a3f00b2

View File

@ -592,7 +592,7 @@
this.userIndeterminate = false; this.userIndeterminate = false;
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO //
this.refreshNode('process'); this.refreshNode('process');
}, },
handleCheckedUserChange(value){ handleCheckedUserChange(value){
@ -612,7 +612,7 @@
this.$store.commit('setCreateUsers',tempArr); this.$store.commit('setCreateUsers',tempArr);
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO //
this.refreshNode('process'); this.refreshNode('process');
}, },
searchUserNameText() { searchUserNameText() {
@ -640,7 +640,7 @@
this.isIndeterminate = false; this.isIndeterminate = false;
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO //
this.refreshNode(); this.refreshNode();
}, },
handleCheckedMethodIdChange(value){ handleCheckedMethodIdChange(value){
@ -651,7 +651,7 @@
this.$store.commit('setMethodIds',[...value]); this.$store.commit('setMethodIds',[...value]);
// //
this.$store.getters.getPageFunction['repositoryMainList_initData'](); this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO //
this.refreshNode('process'); this.refreshNode('process');
}, },
// //