mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-13 21:52:48 +00:00
JVxeTypes.image组件action字段只能定义第1张图片的上传接口,后面图片的接口还是使用公共上传接口 #8628
This commit is contained in:
parent
89747403a2
commit
2002af54d0
@ -57,6 +57,7 @@ export function useFileCell(props, fileType: UploadTypeEnum, options?) {
|
|||||||
...originColumn.value.props,
|
...originColumn.value.props,
|
||||||
maxCount: maxCount.value,
|
maxCount: maxCount.value,
|
||||||
fileType: fileType,
|
fileType: fileType,
|
||||||
|
action: originColumn.value.action ?? void 0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user