@@ -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')
}