From b95239812ddd048f3ec8edcb2084c2524caf47f9 Mon Sep 17 00:00:00 2001 From: 18154758993 <605281283@qq.com> Date: Mon, 29 Sep 2025 15:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=A6=E7=94=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/sub/StuApply.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/sub/StuApply.vue b/pages/sub/StuApply.vue index 8287e43..697bf99 100644 --- a/pages/sub/StuApply.vue +++ b/pages/sub/StuApply.vue @@ -363,9 +363,10 @@ this.getDicts(); }, methods: { - async getDicts() { - let res = await getDicts("more_dept_name"); + getDicts() { + let res = getDicts("more_dept_name"); if (res.code == 200) { + console.log('res:',res) this.moreDeptList = [...res.data]; } },