system-clients 3.2.96 → 3.2.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
//找到跟节点
|
81
81
|
ergodicList (val,parentname) {
|
82
82
|
if(val.children.length > 0 ){
|
83
|
-
if (val.name !== '组织机构'){
|
83
|
+
if (val.name !== '组织机构' && parentname !== '资源管理'){
|
84
84
|
this.resoptions.push({label: parentname === '组织机构' ? val.name : val.name+' - '+parentname, value: val.id})
|
85
85
|
}
|
86
86
|
parentname=parentname+val.name
|