From fdc07c6a6e76bf8b82994aaa1c4fa204193f59a4 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 1 Dec 2025 16:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/DesignForm/index.ts | 1 + src/utils/workflow/index.ts | 2 +- src/views/sysworkflow/lowcodepage/appPage/appSetUp/setup.vue | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/api/DesignForm/index.ts b/src/api/DesignForm/index.ts index 5410828..b4278b3 100644 --- a/src/api/DesignForm/index.ts +++ b/src/api/DesignForm/index.ts @@ -64,6 +64,7 @@ export const getRequest = (apiKey: string, data?: any, options: any = {}) => { } // export const uploadUrl = '/api/' + allApi.upload export const uploadUrl = import.meta.env.VITE_APP_BASE_API+"/api/upordown" +export const uploadUrlNew = import.meta.env.VITE_APP_BASE_API+"/setupFile/uploads/oneFileUpload" export function uploadFiledTinymce(data:any, url:any) { return request({ url: url || '/api/upordown', diff --git a/src/utils/workflow/index.ts b/src/utils/workflow/index.ts index 176bf81..364bd40 100644 --- a/src/utils/workflow/index.ts +++ b/src/utils/workflow/index.ts @@ -172,7 +172,7 @@ All.prototype = { }else if (nodeConfig.settype == 10){ - nodeConfig.error=false + nodeConfig.error=false return "指定部门负责人" } }, diff --git a/src/views/sysworkflow/lowcodepage/appPage/appSetUp/setup.vue b/src/views/sysworkflow/lowcodepage/appPage/appSetUp/setup.vue index cd5b270..e00cdc1 100644 --- a/src/views/sysworkflow/lowcodepage/appPage/appSetUp/setup.vue +++ b/src/views/sysworkflow/lowcodepage/appPage/appSetUp/setup.vue @@ -155,7 +155,7 @@ const beforeAvatarUpload: UploadProps["beforeUpload"] = (rawFile) => { :value="item.idStr" />

加载中

-

无数据

+

无数据

777777777777777777 @@ -171,7 +171,7 @@ const beforeAvatarUpload: UploadProps["beforeUpload"] = (rawFile) => { ref="appSetupUpImg" class="upload-demo" :drag="true" - :action="uploadUrl" + :action="uploadUrlNews" :show-file-list="false" :on-success="handleAvatarSuccess" :before-upload="beforeAvatarUpload"