From 16a1deb279a2b129b2767826f7458853f7be39d7 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Wed, 23 Jul 2025 16:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85=E5=86=85=E7=BD=91=E5=8F=AF=E8=A7=81-?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E7=AB=AF=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 6db31ab2..f46a6a1c 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -910,11 +910,15 @@ export default { this.courseCoverurl = ''; this.courseInfo.coverImg = ''; }, - //获取课程信息 + //获取字典信息 getDictIds() { + console.log("--- 获取字典信息 1 = ",this.dicts) const { result, status } = apiCourse.getDictIds(637,1); + console.log("--- 获取字典信息 2 result= ",result) if (status === 200) { + console.log("--- 获取字典信息 3 = ",this.dicts) this.dicts = result.dicts; + console.log("--- 获取字典信息 4 = ",this.dicts) } }, //获取课程信息