新建自然幢更新目录树
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -330,6 +330,7 @@ export default { | ... | @@ -330,6 +330,7 @@ export default { |
330 | .then((res) => { | 330 | .then((res) => { |
331 | if (res.code == "200") { | 331 | if (res.code == "200") { |
332 | //获取左侧树数据 | 332 | //获取左侧树数据 |
333 | this.$store.state.oldZdbsm = ''; | ||
333 | this.getTreeByBsm(res.result.bsm,'zrz','0,1,2'); | 334 | this.getTreeByBsm(res.result.bsm,'zrz','0,1,2'); |
334 | this.$message({ | 335 | this.$message({ |
335 | message: "创建成功!", | 336 | message: "创建成功!", | ... | ... |
-
Please register or sign in to post a comment