Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
11654dc0
authored
2021-01-22 13:37:41 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新建宗地成功后跳转至宗地页面
1 parent
26823ca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
11654dc
...
...
@@ -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
);
}
...
...
Please
register
or
sign in
to post a comment