43ca1b4a by 杨威

实预测转换之后 更新楼盘表数据

1 parent a6cc1355
...@@ -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 },
......