实预测转换之后 更新楼盘表数据
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -608,6 +608,8 @@ export default { | ... | @@ -608,6 +608,8 @@ export default { |
| 608 | batchScYcChange(data).then((res) => { | 608 | batchScYcChange(data).then((res) => { |
| 609 | if (res.code === 200) { | 609 | if (res.code === 200) { |
| 610 | this.$message.success("实预测转换成功"); | 610 | this.$message.success("实预测转换成功"); |
| 611 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,'1'); | ||
| 612 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,'0'); | ||
| 611 | } | 613 | } |
| 612 | }); | 614 | }); |
| 613 | }, | 615 | }, | ... | ... |
-
Please register or sign in to post a comment