From 5de61dd1259104bcd154e9827efdec8c63561201 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 6 Jun 2025 16:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=9F=B9=E8=AE=AD=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E7=8A=B6=E6=80=81=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/setting/attachment/components/templateForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/trials/trials-panel/setting/attachment/components/templateForm.vue b/src/views/trials/trials-panel/setting/attachment/components/templateForm.vue index 49d19aee..e7ae5103 100644 --- a/src/views/trials/trials-panel/setting/attachment/components/templateForm.vue +++ b/src/views/trials/trials-panel/setting/attachment/components/templateForm.vue @@ -82,6 +82,7 @@ export default { FileTypeId: '', Name: '', Path: '', + IsPublish: false, IsDeleted: false, SignViewMinimumMinutes: null, Description: '', @@ -153,6 +154,7 @@ export default { this.form.Name = this.data.Name this.form.Path = this.data.Path this.form.IsDeleted = this.data.IsDeleted + this.form.IsPublish = this.data.IsPublish this.form.Description = this.data.Description this.form.SignViewMinimumMinutes = this.data.SignViewMinimumMinutes this.form.CurrentStaffTrainDays = this.data.CurrentStaffTrainDays