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