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
27087e06
authored
2021-01-04 14:11:05 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更正业务、自然幢和宗地提交后更新树目录
1 parent
50a87cda
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
src/views/panel/modify/index.vue
src/views/zd/zddcb/index.vue
src/views/zrz/zrzxx/index.vue
src/views/panel/modify/index.vue
View file @
27087e0
...
...
@@ -179,6 +179,7 @@
updateQsztByBsm
(
data
)
.
then
((
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$store
.
state
.
oldZdbsm
=
''
;
switch
(
row
.
dylx
)
{
case
"zd"
:
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
;
...
...
src/views/zd/zddcb/index.vue
View file @
27087e0
...
...
@@ -839,6 +839,7 @@
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"提交成功!"
)
this
.
getZdjbxxData
(
this
.
curZdbsm
);
this
.
$store
.
state
.
oldZdbsm
=
''
;
this
.
getRightTree
(
this
.
curZdbsm
,
'0,1,2'
)
}
})
...
...
src/views/zrz/zrzxx/index.vue
View file @
27087e0
...
...
@@ -599,6 +599,7 @@
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"提交完成!"
);
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
);
this
.
$store
.
state
.
oldZdbsm
=
''
;
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