文档库--列表,文件上传

This commit is contained in:
zhn
2022-02-14 16:43:48 +08:00
parent d2d9fe50c1
commit fa1f3f3d5f
12 changed files with 585 additions and 401 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
}
getAction(this.url.tableList, params).then((res) => {
if (res.success) {
this.jsonBody = res.result || []
this.jsonBody = res.result.records
}
})
},