mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
提价
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
/>
|
/>
|
||||||
<a-button
|
<a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="searchAudi"
|
@click="getStu"
|
||||||
style="margin-left: 20px; border-radius: 4px"
|
style="margin-left: 20px; border-radius: 4px"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
搜索
|
搜索
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
@click="resetAudienceInfo"
|
@click="getStu"
|
||||||
style="margin-left: 20px; border-radius: 4px"
|
style="margin-left: 20px; border-radius: 4px"
|
||||||
>重置
|
>重置
|
||||||
</a-button>
|
</a-button>
|
||||||
@@ -520,7 +520,7 @@ const getStu = () => {
|
|||||||
studentName: proStudentName.value,
|
studentName: proStudentName.value,
|
||||||
pageNo: procurrentPage.value,
|
pageNo: procurrentPage.value,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
projectId: props.projectId,
|
projectId: props.id,
|
||||||
};
|
};
|
||||||
projectListTotal.value = -1;
|
projectListTotal.value = -1;
|
||||||
console.log("获取项目学员", obj);
|
console.log("获取项目学员", obj);
|
||||||
|
|||||||
@@ -567,6 +567,7 @@ function changePagination(page) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getStuList() {
|
function getStuList() {
|
||||||
|
debugger
|
||||||
tableData.value.loading = true;
|
tableData.value.loading = true;
|
||||||
console.log("tableParam.value", tableParam.value);
|
console.log("tableParam.value", tableParam.value);
|
||||||
getStuPage(tableParam.value).then((res) => {
|
getStuPage(tableParam.value).then((res) => {
|
||||||
|
|||||||
@@ -3160,7 +3160,6 @@ export default {
|
|||||||
state.chooseGroupId = id;
|
state.chooseGroupId = id;
|
||||||
state.chooseGroupName = name;
|
state.chooseGroupName = name;
|
||||||
state.groupMemberCount = groupMemberCount;
|
state.groupMemberCount = groupMemberCount;
|
||||||
console.log("state.groupMemberCount", state.groupMemberCount);
|
|
||||||
};
|
};
|
||||||
//活动考勤的抽屉
|
//活动考勤的抽屉
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user