gaoshp
2024-04-07 f95cb3403f98d2202343832f37b514ba48f755e2
新增休息日
已修改1个文件
5 ■■■■ 文件已修改
src/views/master/time/day-off/Dialog.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
        },