Kxc0822a
2022-04-01 e15c608b99fd18196496eb98f39c19da7f09a588
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,
                                });
                            }
                        })
                    })