From bc4fb588b5f4e6ff1467604f21795d85fedc5824 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Thu, 13 Jul 2023 14:52:39 +0800
Subject: [PATCH 1/5] =?UTF-8?q?fix=20=E8=AF=BE=E7=A8=8B=E4=BA=8C=E7=BB=B4?=
=?UTF-8?q?=E7=A0=81=E5=8A=A0=E9=9A=8F=E6=9C=BA=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/TwoDimensionalCode.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/TwoDimensionalCode.vue b/src/components/TwoDimensionalCode.vue
index 3ac92224..4000fa25 100644
--- a/src/components/TwoDimensionalCode.vue
+++ b/src/components/TwoDimensionalCode.vue
@@ -25,7 +25,7 @@
{{ codeInfo.name ? codeInfo.name : "" }}
@@ -34,12 +34,12 @@
链接
Date: Thu, 13 Jul 2023 14:53:03 +0800
Subject: [PATCH 2/5] =?UTF-8?q?fix=20=E8=AF=BE=E7=A8=8B=E4=BA=8C=E7=BB=B4?=
=?UTF-8?q?=E7=A0=81=E5=8A=A0=E9=9A=8F=E6=9C=BA=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.vue b/src/App.vue
index 8f2c916e..e7b59289 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore();
const isLogin = ref(false);
-console.log("版本3.1.0------------");
+console.log("版本3.1.1------------");
From 1caf3d65f61a68dccf5f3fd00d88c9ddd89e6176 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Thu, 27 Jul 2023 18:05:38 +0800
Subject: [PATCH 3/5] fix bug
---
src/components/student/TableStudent.vue | 7 ++++++-
src/views/courselibrary/CoursewareManage.vue | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue
index 7c4f9bc5..ee94eeba 100644
--- a/src/components/student/TableStudent.vue
+++ b/src/components/student/TableStudent.vue
@@ -51,7 +51,7 @@
@@ -603,6 +603,11 @@ function showChangeGroupModal() {
checkgroupParam.value.checkBatch = true;
}
+function search(){
+ tableParam.value.pageNo = 1
+ getStuList()
+}
+
// 导出数据
function exportTaskStu() {
console.log("props.datasource", props);
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue
index a02182ee..a75131ab 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -3314,6 +3314,7 @@ export default defineComponent({
};
const handleSearchTable3 = () => {
state.manageStuLoading = true;
+ state.currentPage222 = 1
getCourseStudentList();
};
From c4e788ec4f97fb3085852cf32e0b9829891bf3a1 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Thu, 3 Aug 2023 14:22:44 +0800
Subject: [PATCH 4/5] fix bug
---
src/views/courselibrary/CoursewareManage.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue
index a75131ab..b033b7f8 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -4560,6 +4560,8 @@ export default defineComponent({
console.log(state.kk_inputV1);
console.log(state.kk_inputV2);
console.log(state.selectTime);
+ state.pageSize222 = 1
+ state.currentPage1 = 1
getTableDate();
getTableDate3();
};
@@ -4569,6 +4571,8 @@ export default defineComponent({
state.selectTime = "";
state.currentPage2 = 1;
state.tableDataTotal2 = [];
+ state.pageSize222 = 1
+ state.currentPage1 = 1
getTableDate();
getTableDate3();
};
From 9469978bf89d20eacb0eae2c69db9b68704306f8 Mon Sep 17 00:00:00 2001
From: yuping <82253452@qq.com>
Date: Thu, 3 Aug 2023 14:50:34 +0800
Subject: [PATCH 5/5] fix bug
---
src/App.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.vue b/src/App.vue
index e7b59289..c036539d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore();
const isLogin = ref(false);
-console.log("版本3.1.1------------");
+console.log("版本3.1.2------------");