修改图属切换问题
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -149,6 +149,9 @@ export default { | ... | @@ -149,6 +149,9 @@ export default { |
| 149 | }); | 149 | }); |
| 150 | if(newPath == "/search" || newPath == "/panel" || newPath == "/add" || newPath == "/change" || newPath == "/modify"){ | 150 | if(newPath == "/search" || newPath == "/panel" || newPath == "/add" || newPath == "/change" || newPath == "/modify"){ |
| 151 | this.getTreeList(); | 151 | this.getTreeList(); |
| 152 | if(this.isMap){ | ||
| 153 | this.isMap = false; | ||
| 154 | } | ||
| 152 | } else { | 155 | } else { |
| 153 | 156 | ||
| 154 | } | 157 | } | ... | ... |
-
Please register or sign in to post a comment