Kxc0822a
2022-03-31 8b3dc0a94cb8f3189191c50090b809b302f889ea
src/views/majorHazardSourceMonitoring/equipmentAlarm/index.vue
@@ -153,7 +153,7 @@
        <el-button type="primary" class="btns" @click="AddelementManagement()"
        >确 定</el-button
        >
        <el-button @click="dialogVisible = false">取 消</el-button>
        <el-button @click="cancel()">取 消</el-button>
      </span>
        </el-dialog>
    </div>
@@ -260,11 +260,6 @@
                                        title: "成功",
                                    });
                                } else {
                                    this.elementManagementL();
                                    this.$message({
                                        type: "warning",
                                        message: res.data.message,
                                    });
                                }
                            });
                        } else {
@@ -279,17 +274,16 @@
                                        title: "成功",
                                    });
                                }else {
                                    this.elementManagementL();
                                    this.$message({
                                        type: "warning",
                                        message: res.data.message,
                                    });
                                }
                            });
                        }
                    }
                });
            },
            cancel(){
                this.elementManagementL();
                this.dialogVisible = false
            },
            deleteById(val) {
                this.$confirm('确认删除吗','提示', {
                    confirmButtonText: '确认',