mirror of
https://gitee.com/jeecg/JeecgBoot.git
synced 2025-12-30 01:12:25 +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