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
f5fa2fa1
authored
2020-11-30 14:10:56 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
连续新建宗地时,宗地信息不更新bug
1 parent
c6be2030
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/zd/zddcb/index.vue
src/views/zd/zddcb/index.vue
View file @
f5fa2fa
...
...
@@ -567,7 +567,7 @@ export default {
type
:
"success"
,
});
// 保存成功再次查询
this
.
getZdjbxxData
();
this
.
getZdjbxxData
(
this
.
$store
.
state
.
zdbsm
);
}
else
{
this
.
$message
({
message
:
res
.
message
,
...
...
@@ -671,7 +671,7 @@ export default {
this
.
$store
.
state
.
zddm
=
val
;
},
zdbsm
:
function
(
val
)
{
this
.
getZdjbxxData
()
this
.
getZdjbxxData
(
val
)
}
},
};
...
...
Please
register
or
sign in
to post a comment