mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
fix bug
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<a-button
|
<a-button
|
||||||
class="cus-btn"
|
class="cus-btn"
|
||||||
style="background: #4ea6ff; color: #fff; width: 100px"
|
style="background: #4ea6ff; color: #fff; width: 100px"
|
||||||
@click="getStuList"
|
@click="search"
|
||||||
:loading="stuAsyncLoading"
|
:loading="stuAsyncLoading"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
@@ -603,6 +603,11 @@ function showChangeGroupModal() {
|
|||||||
checkgroupParam.value.checkBatch = true;
|
checkgroupParam.value.checkBatch = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function search(){
|
||||||
|
tableParam.value.pageNo = 1
|
||||||
|
getStuList()
|
||||||
|
}
|
||||||
|
|
||||||
// 导出数据
|
// 导出数据
|
||||||
function exportTaskStu() {
|
function exportTaskStu() {
|
||||||
console.log("props.datasource", props);
|
console.log("props.datasource", props);
|
||||||
|
|||||||
@@ -3314,6 +3314,7 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
const handleSearchTable3 = () => {
|
const handleSearchTable3 = () => {
|
||||||
state.manageStuLoading = true;
|
state.manageStuLoading = true;
|
||||||
|
state.currentPage222 = 1
|
||||||
getCourseStudentList();
|
getCourseStudentList();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user