Kaynağa Gözat

相册列表修改

duy 3 hafta önce
ebeveyn
işleme
2f8d72026d
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/views/other-file/image-data.vue

+ 2 - 0
src/views/other-file/image-data.vue

@@ -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