From 603c0b4c07e101a90abd9f9efbdd7fb1dc8e0958 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Sat, 3 Dec 2022 18:25:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=9D=A2=E6=8E=88?= =?UTF-8?q?=E8=AF=BE=E5=88=97=E8=A1=A8=E4=BF=A1=E6=81=AF=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/SelFacet.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/drawers/SelFacet.vue b/src/components/drawers/SelFacet.vue index 109d261b..1773df3e 100644 --- a/src/components/drawers/SelFacet.vue +++ b/src/components/drawers/SelFacet.vue @@ -113,9 +113,9 @@ :loading="tableDataTotal === -1 ? true : false" :pagination="false" /> -
+
{ - console.log(res.data.data.rows); + console.log('面授课列表', res.data.data); let result = res.data.data; state.tableDataTotal = result.total; getClassData(result.rows);