From 1fb11c3f96f09eab70a63f3eef0b2bcde42d73e2 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Fri, 23 Aug 2024 16:57:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BD=BD=E4=BD=93=E7=BB=B4=E4=BF=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/train/edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/train/edit.html b/ruoyi-admin/src/main/resources/templates/system/train/edit.html index a680d5b..aad98e0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/train/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/train/edit.html @@ -78,7 +78,7 @@
- +
@@ -161,6 +161,7 @@ vueInstance.trainSubject = $(this).val(); vueInstance.$nextTick(() => { vueInstance.$forceUpdate(); // 强制更新 Vue 实例 + $("#userSubjectName").val(''); }); }) $('#User').select2().on('change', function() {