|
@@ -378,7 +378,7 @@ const initResultTree = () => {
|
|
|
state.resultParams.activeIndex = ''
|
|
|
state.resultParams.activeKey = ''
|
|
|
const arr = []
|
|
|
- WebStore.searchAreaTree.forEach(v => {
|
|
|
+ WebStore.searchAreaTreeRoleAuth.forEach(v => {
|
|
|
const t = {
|
|
|
...v,
|
|
|
children: []
|
|
@@ -395,7 +395,7 @@ const initResultTree = () => {
|
|
|
if (arr.length > 0) {
|
|
|
state.resultParams.tree = JSON.parse(JSON.stringify(arr))
|
|
|
} else {
|
|
|
- state.resultParams.tree = JSON.parse(JSON.stringify(WebStore.searchAreaTree))
|
|
|
+ state.resultParams.tree = JSON.parse(JSON.stringify(WebStore.searchAreaTreeRoleAuth))
|
|
|
}
|
|
|
state.ws.count()
|
|
|
}
|