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;