Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
3 changed files
with
4 additions
and
2 deletions
... | @@ -544,7 +544,7 @@ export default { | ... | @@ -544,7 +544,7 @@ export default { |
544 | box-sizing: border-box; | 544 | box-sizing: border-box; |
545 | padding: 18px 0 4px 0; | 545 | padding: 18px 0 4px 0; |
546 | border: 1px solid #E6E6E6; | 546 | border: 1px solid #E6E6E6; |
547 | margin-bottom: 18px; | 547 | margin-bottom: 10px; |
548 | } | 548 | } |
549 | .el-button { | 549 | .el-button { |
550 | width: 100px; | 550 | width: 100px; | ... | ... |
... | @@ -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