伊利项目【架构筛选】去除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.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO
//
this.refreshNode('process');
},
handleCheckedUserChange(value){
@ -612,7 +612,7 @@
this.$store.commit('setCreateUsers',tempArr);
//
this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO
//
this.refreshNode('process');
},
searchUserNameText() {
@ -640,7 +640,7 @@
this.isIndeterminate = false;
//
this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO
//
this.refreshNode();
},
handleCheckedMethodIdChange(value){
@ -651,7 +651,7 @@
this.$store.commit('setMethodIds',[...value]);
//
this.$store.getters.getPageFunction['repositoryMainList_initData']();
// TODO
//
this.refreshNode('process');
},
//