Explorar el Código

解决公共文件类型问题。

wukai hace 1 año
padre
commit
ff921d1036
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/publicment/MyFile.vue

+ 1 - 1
src/views/publicment/MyFile.vue

@@ -700,7 +700,7 @@ export default {
                     pageNum: 1,
                     pageSize: 10
                 }
-                documents.getALLdocumentByType({ parentId: userMe[0].dirId - 0, spaceId: userMe[0].spaceId, pageNum: obj.pageNum, pageSize: obj.pageSize }).then(res => {
+                documents.getALLdocumentByType({ parentId: userMe[0].dirId - 0, spaceId: userMe[0].spaceId, pageNum: obj.pageNum, pageSize: obj.pageSize },1).then(res => {
                     fileMenu.value = res.data
                     folderList.value = res.data
                 },1)