d293ebd9 by 杨威

创建宗地后查询目录树

1 parent 4cf31c5c
...@@ -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",
......