|
|
|
@ -250,8 +250,8 @@ export default { |
|
|
|
mounted() {}, |
|
|
|
mounted() {}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
closeDialog(val) { |
|
|
|
closeDialog(val) { |
|
|
|
this.showDialog = false |
|
|
|
this.showDialog = false; |
|
|
|
this.moldAddMore = false |
|
|
|
this.moldAddMore = false; |
|
|
|
// this.showContent = false |
|
|
|
// this.showContent = false |
|
|
|
if (val) { |
|
|
|
if (val) { |
|
|
|
this.onLoad(); |
|
|
|
this.onLoad(); |
|
|
|
@ -337,9 +337,7 @@ export default { |
|
|
|
this.onLoad(); |
|
|
|
this.onLoad(); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(() => { |
|
|
|
.catch(() => {}); |
|
|
|
this.$message.error('下发失败,请重试'); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(() => {}); |
|
|
|
.catch(() => {}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|