修改手机端文档库接口
This commit is contained in:
@@ -408,7 +408,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
getDocumentLibrary(url, params) {
|
getDocumentLibrary(url, params) {
|
||||||
postAction(url, params).then(res => {
|
getAction(url, params).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
if (res.result.records.length > 0 && this.pageNo > 1) {
|
if (res.result.records.length > 0 && this.pageNo > 1) {
|
||||||
this.documentLibraryList = this.documentLibraryList.concat(res.result.records)
|
this.documentLibraryList = this.documentLibraryList.concat(res.result.records)
|
||||||
|
|||||||
Reference in New Issue
Block a user