mirror of https://github.com/jeecgboot/jeecg-boot
JVxeTypes.image组件action字段只能定义第1张图片的上传接口,后面图片的接口还是使用公共上传接口 #8628
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…
Reference in New Issue