修复列表展示问题
This commit is contained in:
@@ -149,7 +149,7 @@ onMounted(() => {
|
||||
|
||||
const getList = () => {
|
||||
articleApi.pageList(queryParams.value).then((response: any) => {
|
||||
articleList.value.push(...(response.data.data));
|
||||
articleList.value.unshift(...(response.data.data));
|
||||
totol.value = response.data.totol;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user