户批量提交成功后,页面自动刷新
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -403,7 +403,8 @@ export default { | ... | @@ -403,7 +403,8 @@ export default { |
| 403 | } | 403 | } |
| 404 | batchCommit(this.bsms).then(res=>{ | 404 | batchCommit(this.bsms).then(res=>{ |
| 405 | if (res.success) { | 405 | if (res.success) { |
| 406 | Message.success("提交成功") | 406 | Message.success("提交成功"); |
| 407 | this.getlpbData(); | ||
| 407 | } | 408 | } |
| 408 | }) | 409 | }) |
| 409 | }, | 410 | }, |
| ... | @@ -587,7 +588,7 @@ export default { | ... | @@ -587,7 +588,7 @@ export default { |
| 587 | getlpbData() { | 588 | getlpbData() { |
| 588 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,this.scyclx); | 589 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,this.scyclx); |
| 589 | //改变楼盘表子组件的key值,重新渲染 | 590 | //改变楼盘表子组件的key值,重新渲染 |
| 590 | // this.time = new Date().getTime(); | 591 | this.time = new Date().getTime(); |
| 591 | }, | 592 | }, |
| 592 | //实预测装换 | 593 | //实预测装换 |
| 593 | plScYcChange() { | 594 | plScYcChange() { | ... | ... |
-
Please register or sign in to post a comment