src/views/majorHazardSourceMonitoring/equipmentAlarm/index.vue
@@ -257,6 +257,10 @@ title: "成功", }); } else { this.$message({ type: "warning", message: res.data.message, }); } }); } else { @@ -271,6 +275,10 @@ title: "成功", }); }else { this.$message({ type: "warning", message: res.data.message, }); } }); } @@ -297,6 +305,11 @@ type: "success", duration: 2000, }); }else { this.$message({ type: "warning", message: res.data.message, }); } }) })