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
2f997794
authored
2021-01-04 09:20:58 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户批量提交成功后,页面自动刷新
1 parent
9dba5525
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
2f99779
...
...
@@ -403,7 +403,8 @@ export default {
}
batchCommit
(
this
.
bsms
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
success
(
"提交成功"
)
Message
.
success
(
"提交成功"
);
this
.
getlpbData
();
}
})
},
...
...
@@ -587,7 +588,7 @@ export default {
getlpbData
()
{
this
.
$refs
.
lpbContent
.
loadingData
(
this
.
$store
.
state
.
zrzbsm
,
this
.
scyclx
);
//改变楼盘表子组件的key值,重新渲染
//
this.time = new Date().getTime();
this
.
time
=
new
Date
().
getTime
();
},
//实预测装换
plScYcChange
()
{
...
...
Please
register
or
sign in
to post a comment