伊利项目【架构筛选】BUG
This commit is contained in:
parent
6a6e7d0cd8
commit
a49aef600d
@ -467,6 +467,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
filterNode(value, data) {
|
||||
@ -488,6 +489,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
orgCheckChange(data,checked,isChildCheck){
|
||||
@ -514,6 +516,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
loadNodeOrg(node, resolve) {// `动态`加载
|
||||
@ -598,6 +601,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
// 创建人全选
|
||||
@ -618,6 +622,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
handleCheckedUserChange(value){
|
||||
@ -638,6 +643,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
searchUserNameText() {
|
||||
@ -666,6 +672,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
handleCheckedMethodIdChange(value){
|
||||
@ -677,6 +684,7 @@
|
||||
// 刷新左侧文件树以及右侧最近编辑与收藏
|
||||
this.$store.getters.getPageFunction['repositoryMainList_initData']();
|
||||
// 刷新左侧树
|
||||
this.refreshNode('control');
|
||||
this.refreshNode('process');
|
||||
},
|
||||
// 文件类型筛选
|
||||
|
||||
Loading…
Reference in New Issue
Block a user