lzhe
2024-04-08 8999cef96b06012ca240dba7b918525df611fb71
src/views/master/time/day-off/Dialog.vue
@@ -85,7 +85,10 @@
                this.form.id = id
                
            } else {
                this.$refs.dialogForm.resetFields()
                this.form.remark = ''
                this.form.year = ''
                this.form.date = []
                this.form.id = ''
            }
            return this
        },