@@ -259,6 +259,8 @@ const getImageListData = async () => {
const { error, code, data } = await albumApi.getPage({
projectId: projectId.value,
contractId: contractId.value,
+ current:1,
+ size:1000,
})
//处理数据
tableLoading.value = false