创建宗地后查询目录树
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -324,7 +324,7 @@ export default { | ... | @@ -324,7 +324,7 @@ export default { |
324 | .then((res) => { | 324 | .then((res) => { |
325 | console.log(res); | 325 | console.log(res); |
326 | if (res.needShow) { | 326 | if (res.needShow) { |
327 | // this.getRightTree(res.result,'0,1,2'); | 327 | this.getRightTree(res.processInstance.title,'0,1,2'); |
328 | this.$message({ | 328 | this.$message({ |
329 | message: "创建成功!", | 329 | message: "创建成功!", |
330 | type: "success", | 330 | type: "success", | ... | ... |
-
Please register or sign in to post a comment