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
68688718
authored
2020-12-31 16:48:49 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地提交后的处理
1 parent
a8c8a0ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
6868871
...
...
@@ -839,12 +839,7 @@
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"提交成功!"
)
this
.
getZdjbxxData
(
this
.
curZdbsm
);
getRightTree
(
this
.
curZdbsm
,
'0,1,2'
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
// console.log('successsuccesssuccesssuccess');
this
.
$store
.
state
.
treeData
=
res
.
result
;
}
});
this
.
getRightTree
(
this
.
curZdbsm
,
'0,1,2'
)
}
})
},
...
...
Please
register
or
sign in
to post a comment