部门视图优化
This commit is contained in:
parent
d789b5294f
commit
85a8e3cdd9
@ -308,6 +308,12 @@
|
||||
const processedNodes = filterOutChildren(this.treeListNodes);
|
||||
|
||||
let names = processedNodes.map(node => node.name).join(',');
|
||||
if(this.checked1){
|
||||
this.doesItExist = true;
|
||||
this.concatenatedNamesTooltip = "已全选";
|
||||
names ="已全选";
|
||||
return names;
|
||||
}
|
||||
if (names === '') {
|
||||
names = '';
|
||||
this.doesItExist = false;
|
||||
@ -467,6 +473,11 @@
|
||||
_this.policyFileNum = count.policyFileNum
|
||||
_this.guideFileNum = count.guideFileNum
|
||||
_this.formFileNum = count.formFileNum
|
||||
}else{
|
||||
_this.processFileNum = 0
|
||||
_this.policyFileNum = 0
|
||||
_this.guideFileNum = 0
|
||||
_this.formFileNum = 0
|
||||
}
|
||||
//最后搜索一下
|
||||
this.search();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user