57ec4db4 by zhaoqian

创建宗地zdbsm加入store.js

1 parent f68a2a13
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +332,7 @@ export default {
332 this.close(); 332 this.close();
333 // 根据res.processInstance.businessId去查询zdbsm TODO 333 // 根据res.processInstance.businessId去查询zdbsm TODO
334 334
335 // this.$store.state.zdbsm = res.result; 335 this.$store.state.zdbsm = res.processInstance.title;
336 // todo 跳转到宗地基本信息内容表页面 (预留) 336 // todo 跳转到宗地基本信息内容表页面 (预留)
337 this.close(); 337 this.close();
338 this.$router.push({ 338 this.$router.push({
......