JVxeTypes.image组件action字段只能定义第1张图片的上传接口,后面图片的接口还是使用公共上传接口 #8628

master
JEECG 2025-08-19 13:59:42 +08:00
parent 89747403a2
commit 2002af54d0
1 changed files with 1 additions and 0 deletions

View File

@ -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,
});
}