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
4de95822
authored
2020-12-16 17:25:54 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
实测预测数据不复现
1 parent
3d02f5b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/zrz/zrzxx/index.vue
src/views/zrz/zrzxx/index.vue
View file @
4de9582
...
...
@@ -728,11 +728,12 @@
},
computed
:
{
zrzbsm
()
{
return
this
.
$
store
.
state
.
zd
bsm
;
return
this
.
$
route
.
query
.
bsm
;
},
},
watch
:{
zrzbsm
:
function
(
val
)
{
this
.
getZrzDetailByBsm
(
val
)
this
.
reload
()
},
"form.bdcdyh"
:
function
(
val
)
{
...
...
Please
register
or
sign in
to post a comment