实测预测转换提示问题
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -584,6 +584,8 @@ export default { | ... | @@ -584,6 +584,8 @@ export default { |
| 584 | this.$message.success("实预测转换成功"); | 584 | this.$message.success("实预测转换成功"); |
| 585 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,'1'); | 585 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,'1'); |
| 586 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,'0'); | 586 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,'0'); |
| 587 | }else if(res.code === 500) { | ||
| 588 | this.$message.warning(res.message); | ||
| 587 | } | 589 | } |
| 588 | }); | 590 | }); |
| 589 | }, | 591 | }, | ... | ... |
-
Please register or sign in to post a comment