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