mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-01 18:17:29 +00:00
JVxeTypes.image组件action字段只能定义第1张图片的上传接口,后面图片的接口还是使用公共上传接口 #8628
This commit is contained in:
@@ -57,6 +57,7 @@ export function useFileCell(props, fileType: UploadTypeEnum, options?) {
|
||||
...originColumn.value.props,
|
||||
maxCount: maxCount.value,
|
||||
fileType: fileType,
|
||||
action: originColumn.value.action ?? void 0,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user