修改手机端文档库接口

This commit is contained in:
范强强
2023-06-15 15:41:51 +08:00
parent 317527ef7b
commit 41ffb1affa
+1 -1
View File
@@ -408,7 +408,7 @@
}
},
getDocumentLibrary(url, params) {
postAction(url, params).then(res => {
getAction(url, params).then(res => {
if (res.success) {
if (res.result.records.length > 0 && this.pageNo > 1) {
this.documentLibraryList = this.documentLibraryList.concat(res.result.records)