伊利项目【架构筛选】去除TODO标记
This commit is contained in:
parent
dc304410cf
commit
4e0a3f00b2
@ -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');
|
||||
},
|
||||
// 文件类型筛选
|
||||
|
||||
Loading…
Reference in New Issue
Block a user