diff --git a/src/App.vue b/src/App.vue
index cdaf3e0a..34e2c921 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,7 +34,7 @@ import {USER_PERMISSION, VALIDATE_TOKEN} from "@/api/apis";
const store = useStore();
const isLogin = ref(false);
-console.log("版本3.1.0------------");
+console.log("版本3.1.2------------");
// 监听关闭浏览器
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 @@
链接
@@ -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 ef20e00d..fc5f7611 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -3312,6 +3312,7 @@ export default defineComponent({
};
const handleSearchTable3 = () => {
state.manageStuLoading = true;
+ state.currentPage222 = 1
getCourseStudentList();
};
@@ -4557,6 +4558,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();
};
@@ -4566,6 +4569,8 @@ export default defineComponent({
state.selectTime = "";
state.currentPage2 = 1;
state.tableDataTotal2 = [];
+ state.pageSize222 = 1
+ state.currentPage1 = 1
getTableDate();
getTableDate3();
};