Browse Source

完善巡检

408249787 2 years ago
parent
commit
401c0aa796
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/fill/task/modules/BaseForm.vue

+ 4 - 1
src/views/fill/task/modules/BaseForm.vue

@@ -87,6 +87,7 @@
                     {{ val.value }}
                     {{ val.value }}
                   </a-select-option>
                   </a-select-option>
                 </a-select>
                 </a-select>
+                <a-date-picker style="min-width:100px;" v-else-if="li.type === 3 && editor" show-time :format="BaseTool.Date.PICKER_NORM_DATETIME_PATTERN" v-model="li.fillValue" />
               </td>
               </td>
               <td>
               <td>
                 <a-icon v-show="item.status === 1" type="check" style="color:#87d068;font-size: 26px;" />
                 <a-icon v-show="item.status === 1" type="check" style="color:#87d068;font-size: 26px;" />
@@ -309,7 +310,9 @@ export default {
     },
     },
     handleCancel () {
     handleCancel () {
       this.visible = false
       this.visible = false
-      // this.ListForm = []
+      this.ListForm = []
+      this.type = 1
+      this.status = null
       this.$emit('ok')
       this.$emit('ok')
     }
     }
   }
   }