dedsudiyu 1 年之前
父节点
当前提交
96d296e10e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/safetyCheck/startInspection/index.vue

+ 3 - 0
src/views/safetyCheck/startInspection/index.vue

@@ -1102,6 +1102,7 @@
         this.$set(this.addForm,'rectifyNotice','');
         this.$set(this.addForm,'rectifyDeadline','');
         this.$set(this.addForm,'checkHazardDtoList',[]);
+        this.$set(this.addForm,'checkHazardInfoVoList',[]);
       },
       initializationAddData(){
         this.$set(this,'addForm',{
@@ -1118,6 +1119,7 @@
           dateRange:[],
           rectifyDeadline:"",
           checkHazardDtoList:[],
+          checkHazardInfoVoList:[],
         });
         this.$set(this,'planType',1);
         this.$set(this,'planList',[]);
@@ -1224,6 +1226,7 @@
         }
     }
     .start_btn{
+      cursor: pointer;
       font-size: 16px;
       font-family: Microsoft YaHei-Regular, Microsoft YaHei;
       font-weight: 400;