From a8f17dde987ca8933b73f268ad79a2c3f481ff78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Fri, 22 Aug 2025 15:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/course/course-add-or-update.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/modules/course/course-add-or-update.vue b/src/views/modules/course/course-add-or-update.vue index a12e799..2f2499d 100644 --- a/src/views/modules/course/course-add-or-update.vue +++ b/src/views/modules/course/course-add-or-update.vue @@ -291,6 +291,7 @@ export default { dialogVisible: false, dataForm: { id: 0, + adminControl: 0, title: "", etitle:'', titleAbbr:'', @@ -605,7 +606,9 @@ export default { } }); } else { - this.dataForm = {}; + this.dataForm = { + adminControl:0 + }; } // this.dataForm.id = row.id || 0