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
|
||||
class="cus-btn"
|
||||
style="background: #4ea6ff; color: #fff; width: 100px"
|
||||
@click="getStuList"
|
||||
@click="search"
|
||||
:loading="stuAsyncLoading"
|
||||
>
|
||||
<template #icon>
|
||||
@@ -603,6 +603,11 @@ function showChangeGroupModal() {
|
||||
checkgroupParam.value.checkBatch = true;
|
||||
}
|
||||
|
||||
function search(){
|
||||
tableParam.value.pageNo = 1
|
||||
getStuList()
|
||||
}
|
||||
|
||||
// 导出数据
|
||||
function exportTaskStu() {
|
||||
console.log("props.datasource", props);
|
||||
|
||||
@@ -3314,6 +3314,7 @@ export default defineComponent({
|
||||
};
|
||||
const handleSearchTable3 = () => {
|
||||
state.manageStuLoading = true;
|
||||
state.currentPage222 = 1
|
||||
getCourseStudentList();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user