Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-web into dev
# Conflicts: # src/router/routes/basic.ts
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
);
|
||||
async function getImage() {
|
||||
if (props.config.folderId) {
|
||||
let fileList = await getFileList({ folderId: props.config.folderId });
|
||||
let fileList = await getFileList({ tableId: props.config.folderId });
|
||||
if (fileList.length) {
|
||||
imageUrl.value = fileList[0].fileUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user