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 1/3] =?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);
From db610d81c1a59b4e8836b49496f138be4484b478 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Sat, 3 Dec 2022 18:53:38 +0800
Subject: [PATCH 2/3] =?UTF-8?q?--=20bug=20=E7=99=BB=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 77 +++++++++++++++-------------
src/api/index.js | 17 ++++---
src/components/NavTop.vue | 72 ++++++++++++++++----------
src/store/index.js | 104 ++++++++++++++++++++------------------
4 files changed, 151 insertions(+), 119 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index e9e32c22..837b2668 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,27 +1,27 @@
-
+