From f95cb3403f98d2202343832f37b514ba48f755e2 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 07 四月 2024 23:01:24 +0800 Subject: [PATCH] 新增休息日 --- src/views/master/time/day-off/Dialog.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/master/time/day-off/Dialog.vue b/src/views/master/time/day-off/Dialog.vue index ea60620..6e6a183 100644 --- a/src/views/master/time/day-off/Dialog.vue +++ b/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 }, -- Gitblit v1.9.3