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
b037b29a
authored
2020-12-01 15:36:11 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(jzd,jzx):界址点、线保存后重新加载
1 parent
8a077920
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/views/zd/jzd/index.vue
src/views/zd/jzx/index.vue
src/views/zd/jzd/index.vue
View file @
b037b29
...
...
@@ -166,6 +166,7 @@
},
mounted
()
{
let
bsm
=
this
.
$store
.
state
.
zdbsm
this
.
bsm
=
bsm
;
this
.
getData
(
bsm
)
},
methods
:
{
...
...
@@ -260,6 +261,7 @@
computed
:
{},
watch
:
{
"$store.state.zdbsm"
:
function
(
bsm
)
{
this
.
bsm
=
bsm
this
.
getData
(
bsm
)
}
},
...
...
src/views/zd/jzx/index.vue
View file @
b037b29
...
...
@@ -233,6 +233,7 @@
},
mounted
()
{
let
bsm
=
this
.
$store
.
state
.
zdbsm
this
.
bsm
=
bsm
;
this
.
getData
(
bsm
)
},
methods
:
{
...
...
@@ -327,6 +328,7 @@
computed
:
{},
watch
:
{
"$store.state.zdbsm"
:
function
(
bsm
)
{
this
.
bsm
=
bsm
;
this
.
getData
(
bsm
)
}
},
...
...
Please
register
or
sign in
to post a comment