搜索页等

This commit is contained in:
田岩
2025-08-28 16:54:52 +08:00
parent caa4a8b1ec
commit bbfd232ae8
23 changed files with 550 additions and 617 deletions
+1 -4
View File
@@ -73,13 +73,10 @@
}
queryTraExamPapersPage(params)
.then((res) => {
console.log('resresresresres', res);
total.value = res.total;
data_list.push(...res.body);
})
.catch((res) => {
console.log('谢谢谢谢谢谢', res);
})
.catch((res) => {})
.finally(() => {
if (data_list.length >= total.value) {
status.value = 'nomore';