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
e492487f
authored
2020-12-04 16:54:09 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改宗地表单从路由参数获取宗地标识码
1 parent
abbafe22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
e492487
...
...
@@ -705,7 +705,7 @@ export default {
return
this
.
formData
.
zddm
;
},
zdbsm
()
{
return
this
.
$
store
.
state
.
zd
bsm
;
return
this
.
$
route
.
query
.
bsm
;
},
},
watch
:
{
...
...
@@ -720,7 +720,7 @@ export default {
},
zdbsm
:
function
(
val
)
{
this
.
getZdjbxxData
(
val
)
this
.
curZdbsm
=
this
.
$route
.
query
.
bsm
;
this
.
curZdbsm
=
val
;
}
},
};
...
...
Please
register
or
sign in
to post a comment