diff --git a/src/views/firefighting/device/components/list.vue b/src/views/firefighting/device/components/list.vue index c5ff5ff..a57d80d 100644 --- a/src/views/firefighting/device/components/list.vue +++ b/src/views/firefighting/device/components/list.vue @@ -385,7 +385,7 @@ export default { ).then((data) => { this.$message({ message: data.msg, - type: data.result === 'success' ? 'error' : 'success' + type: data.result === 'success' ? 'success' : 'error' }) this.getList() this.dialogFormDaoru = false