Kxc0822a
2022-03-31 004f47fd155ebfb45d16def623c4ecb7fa0361e7
重大
已修改7个文件
22 ■■■■ 文件已修改
src/views/majorHazardSourceMonitoring/equipmentAlarm/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/majorHazardSourceMonitoring/instrumentData/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/majorHazardSourceMonitoring/productionEquipment/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/checklist.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/feature.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/review.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/reviewXG.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/majorHazardSourceMonitoring/equipmentAlarm/index.vue
@@ -199,7 +199,7 @@
                    alarmInfo: { required: true, message: "请输入报警信息", trigger: "change"},
                },
                equipmentName:[],
                unitIdOptions:[{label:"已处理",value:0},{label:"未处理",value:1}],
                unitIdOptions:[{label:"未处理",value:0},{label:"已处理",value:1}],
            };
        },
        created() {
@@ -232,14 +232,14 @@
                    this.title = "新增";
                    this.form = {
                        equipmentId: "",
                        status:'',
                        status:0,
                        remark:"",
                        alarmTime:"",
                        alarmInfo:""
                    };
                } else {
                    this.title = "编辑";
                    this.form = value;
                    this.form=JSON.parse(JSON.stringify(value));
                }
            },
            AddelementManagement() {
src/views/majorHazardSourceMonitoring/instrumentData/index.vue
@@ -437,9 +437,7 @@
                    };
                } else {
                    this.title = "编辑";
                    this.form = value;
                    console.log(123,this.form)
                    console.log(222,this.equipmentName)
                    this.form=JSON.parse(JSON.stringify(value));
                }
            },
            AddelementManagement() {
src/views/majorHazardSourceMonitoring/productionEquipment/index.vue
@@ -239,7 +239,7 @@
                    };
                } else {
                    this.title = "编辑";
                    this.form = value;
                    this.form=JSON.parse(JSON.stringify(value));
                }
            },
            AddelementManagement() {
src/views/safetyproduction/checklist.vue
@@ -450,7 +450,7 @@
        this.index = this.form.deductionList.findIndex(
          (item) => item.name == val.name
        );
        this.formInline = val;
          this.formInline=JSON.parse(JSON.stringify(val));
      }
    },
    listAdd() {
src/views/safetyproduction/feature.vue
@@ -235,7 +235,7 @@
        };
      } else {
        this.title = "编辑";
        this.form = value;
        this.form=JSON.parse(JSON.stringify(value));
      }
    },
    AddelementManagement() {
src/views/safetyproduction/review.vue
@@ -285,7 +285,8 @@
    },
    handleClick(data) {
      this.dialogVisible = true;
      this.form = data;
      // this.form = data;
        this.form=JSON.parse(JSON.stringify(data));
    },
    lost() {
      this.dialogVisible = false;
src/views/safetyproduction/reviewXG.vue
@@ -226,7 +226,8 @@
        this.index = this.form.deductionList.findIndex(
          (item) => item.name == val.name
        );
        this.formInline = val;
        // this.formInline = val;
          this.formInline=JSON.parse(JSON.stringify(val));
      }
    },
    listAdd() {