|
@@ -70,7 +70,8 @@ const dataList = ref([])
|
|
|
const getData = async () => {
|
|
|
try {
|
|
|
const params = {
|
|
|
- status: tabList.value[current.value]?.value,
|
|
|
+ studentProcessStatus: tabList.value[current.value]?.value,
|
|
|
+ status: 1,
|
|
|
...query.value
|
|
|
}
|
|
|
if (!params?.status) return
|