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