搜索页等
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user