35a032b8 by 杨威
2 parents 53092f5d ad2e275c
...@@ -189,7 +189,7 @@ export default { ...@@ -189,7 +189,7 @@ export default {
189 margin-left: -10px; 189 margin-left: -10px;
190 } 190 }
191 } 191 }
192 margin-bottom: 18px; 192 margin-bottom: 10px;
193 } 193 }
194 .el-button { 194 .el-button {
195 width: 100px; 195 width: 100px;
......
...@@ -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 },
......