Forráskód Böngészése

Merge branch '3.3.7-scxjy' into web-v2

dedsudiyu 1 éve
szülő
commit
3ab9f7c38d
1 módosított fájl, 3 hozzáadás és 0 törlés
  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;