chenrui  3 жил өмнө
parent
commit
a6af762477

+ 6 - 1
src/components/alarmConfigpop/index.vue

@@ -14,7 +14,7 @@
             <el-form ref="form" :model="form" :rules="rules" label-width="110px" size="small ">
                 <el-row :gutter="24">
                     <el-col :span="12">
-                        <el-form-item label="标签" prop="tagname" >
+                        <el-form-item label="标签" prop="tagname">
                             <el-input v-model="form.tagname" placeholder="请输入标签(必填)"></el-input>
                         </el-form-item>
                     </el-col>
@@ -99,6 +99,11 @@ export default {
         elearm () {
             this.$refs['form'].validate((valid) => {
                 if (valid) {
+                    this.form.tagname = this.form.tagname.replace(/\s*/g,"")
+                    this.form.source = this.form.source.replace(/\s*/g,"")
+                    this.form.alarm_position = this.form.alarm_position.replace(/\s*/g,"")
+                    this.form.alarm_content = this.form.alarm_content.replace(/\s*/g,"")
+                    this.form.handle_methode = this.form.handle_methode.replace(/\s*/g,"")
                     alarmConfigurationadd(this.form).then(res => {
                         if (res.resultCode == 1) {
                             this.$message({

+ 27 - 0
src/pages/SystemSet/User/index.vue

@@ -452,6 +452,15 @@
           }
         }
       },
+      // //修改告警
+      // newmod () {
+      //   if (this.actives == 3) {
+      //     this.dialogVisibledarm = true
+      //     this.listdata = {
+      //       name: '新增告警配置'
+      //     }
+      //   }
+      // },
       //告警删除
       alarmele (data) {
         this.dialogVisibledele = true
@@ -464,9 +473,27 @@
       },
       delepop () {
         this.dialogVisibledele = false
+        if (this.actives == 0) {
+				  this.network();
+        } else if (this.actives == 1) {
+          this.orderConfig()
+        }else if (this.actives == 2) {
+          this.labelConfig()
+        }else if (this.actives == 3) {
+          this.giveAn()
+        }
       },
       arlem () {
         this.dialogVisibledarm = false
+        if (this.actives == 0) {
+				  this.network();
+        } else if (this.actives == 1) {
+          this.orderConfig()
+        }else if (this.actives == 2) {
+          this.labelConfig()
+        }else if (this.actives == 3) {
+          this.giveAn()
+        }
       },
       // GetUser() {
       //   GetUsers().then(res => {