Merge branch 'master' of http://gitlab.dongwu-inc.com:10080/BOE/fe-manage into user-modify

This commit is contained in:
yuping
2023-08-08 16:50:18 +08:00
4 changed files with 15 additions and 5 deletions

View File

@@ -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);