408249787 %!s(int64=2) %!d(string=hai) anos
pai
achega
401c0aa796
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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 }}
                   </a-select-option>
                 </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>
                 <a-icon v-show="item.status === 1" type="check" style="color:#87d068;font-size: 26px;" />
@@ -309,7 +310,9 @@ export default {
     },
     handleCancel () {
       this.visible = false
-      // this.ListForm = []
+      this.ListForm = []
+      this.type = 1
+      this.status = null
       this.$emit('ok')
     }
   }