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
a8c8a0ca
authored
2020-12-31 16:43:38 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地和自然幢提交后更新左侧树结构
1 parent
18f0a217
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/views/zd/zddcb/index.vue
src/views/zrz/zrzxx/index.vue
src/views/zd/zddcb/index.vue
View file @
a8c8a0c
...
...
@@ -839,7 +839,7 @@
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"提交成功!"
)
this
.
getZdjbxxData
(
this
.
curZdbsm
);
get
Tree
(
this
.
curZdbsm
).
then
((
res
)
=>
{
get
RightTree
(
this
.
curZdbsm
,
'0,1,2'
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
// console.log('successsuccesssuccesssuccess');
this
.
$store
.
state
.
treeData
=
res
.
result
;
...
...
src/views/zrz/zrzxx/index.vue
View file @
a8c8a0c
...
...
@@ -598,7 +598,10 @@
submit
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"提交完成!"
);
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
);
this
.
getTreeByBsm
(
this
.
$route
.
query
.
bsm
,
'zrz'
,
'0,1,2'
)
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
...
...
Please
register
or
sign in
to post a comment