review:【EP】【BPM 工作流】infra 相关功能的实现

This commit is contained in:
YunaiV
2025-05-14 23:34:32 +08:00
parent b6c54cbb66
commit 6fd1b18c31
12 changed files with 14 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ const [Modal, modalApi] = useVbenModal({
/** 上传前 */
function beforeUpload(file: FileType) {
// TODO @puhui999研究下看看怎么类似 antd 可以前端直传哈;通过配置切换;
formApi.setFieldValue('file', file);
return false;
}
@@ -61,6 +62,7 @@ function beforeUpload(file: FileType) {
<template #file>
<div class="w-full">
<!-- 上传区域 -->
<!-- TODO @puhui9991上传图片用不了2底部有点遮挡 -->
<Upload.Dragger
name="file"
:max-count="1"