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
faefdea0
authored
2020-12-29 16:13:04 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
ead93d36
0ee38f90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
src/views/gzw/jbxx/index.vue
src/views/gzw/jbxx/index.vue
View file @
faefdea
...
...
@@ -192,8 +192,8 @@
}
})
},
getGzwDetailInfo
(){
getQjGzwDetailInfo
(
this
.
bsm
).
then
((
res
)
=>
{
getGzwDetailInfo
(
data
){
getQjGzwDetailInfo
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
form
.
xmmc
=
res
.
result
.
xmmc
;
this
.
form
.
zl
=
res
.
result
.
zl
;
...
...
@@ -240,7 +240,18 @@
this
.
bsm
=
this
.
$route
.
query
.
bsm
;
},
mounted
()
{
this
.
getGzwDetailInfo
();
this
.
getGzwDetailInfo
(
this
.
bsm
);
},
computed
:
{
gzwbsm
()
{
return
this
.
$route
.
query
.
bsm
;
},
},
watch
:{
gzwbsm
:
function
(
val
)
{
this
.
getGzwDetailInfo
(
val
)
this
.
reload
()
},
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment