创建宗地zdbsm加入store.js
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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({ | ... | ... |
-
Please register or sign in to post a comment