11654dc0 by 杨威

新建宗地成功后跳转至宗地页面

1 parent 26823ca2
......@@ -333,14 +333,14 @@ export default {
// 根据res.processInstance.businessId去查询zdbsm TODO
// this.$store.state.zdbsm = res.result;
//todo 跳转到宗地基本信息内容表页面 (预留)
// this.close();
// this.$router.push({
// path: '/zd', query:{
// source: 2,
// bsm:res.result
// }
// });
// todo 跳转到宗地基本信息内容表页面 (预留)
this.close();
this.$router.push({
path: '/zd', query:{
source: 2,
bsm:res.processInstance.title
}
});
} else {
this.$message.error(res.message);
}
......