This commit is contained in:
lpq
2023-02-18 01:16:34 +08:00
parent 9555c4c40b
commit 07af397303
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
/>
<a-button
type="primary"
@click="searchAudi"
@click="getStu"
style="margin-left: 20px; border-radius: 4px"
>
<template #icon>
@@ -42,7 +42,7 @@
搜索
</a-button>
<a-button
@click="resetAudienceInfo"
@click="getStu"
style="margin-left: 20px; border-radius: 4px"
>重置
</a-button>
@@ -520,7 +520,7 @@ const getStu = () => {
studentName: proStudentName.value,
pageNo: procurrentPage.value,
pageSize: 10,
projectId: props.projectId,
projectId: props.id,
};
projectListTotal.value = -1;
console.log("获取项目学员", obj);