From 4db0d54798ee3add0a34f223d2b61c191835e3cc Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 21 Aug 2025 08:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/public/expand/uploadPage.vue | 10 +-- .../DesignForm/public/form/formItem.vue | 4 +- .../workflow/drwer/approverDrawer.vue | 82 +++++++++++++------ .../appPage/appPageForm/openAppFormPage.vue | 8 +- 4 files changed, 70 insertions(+), 34 deletions(-) diff --git a/src/components/DesignForm/public/expand/uploadPage.vue b/src/components/DesignForm/public/expand/uploadPage.vue index 5e0e5b5..7023078 100644 --- a/src/components/DesignForm/public/expand/uploadPage.vue +++ b/src/components/DesignForm/public/expand/uploadPage.vue @@ -36,7 +36,7 @@ const emits = defineEmits<{ }>(); const value = computed({ get: () => { - console.log("图片上传处理-112->", props.modelValue); + // console.log("图片上传处理-112->", props.modelValue); // if(props.modelValue != ""){ // return props.modelValue.split(","); // }else{ @@ -53,9 +53,9 @@ const formProps = inject(constFormProps, {}) as any; // ------------图片上传处理----------- const fileList = computed(() => { // const imgVal = formProps.value.model[props.data.name] - console.log("图片上传处理-2->", value.value); + // console.log("图片上传处理-2->", value.value); const imgVal = value.value; - console.log("图片上传处理-->", imgVal); + // console.log("图片上传处理-->", imgVal); if (imgVal && typeof imgVal === "string") { // console.log("图片上传处理-2->",imgVal) const temp: any = []; @@ -73,7 +73,7 @@ const fileList = computed(() => { //解析指定样式 const getFormItemInputStyle = (ele: any, sty: number) => { if (ele?.inputStyle) { - console.log("返回栅格宽度4", AnalysisInputCss(ele?.inputStyle, sty)); + // console.log("返回栅格宽度4", AnalysisInputCss(ele?.inputStyle, sty)); return AnalysisInputCss(ele?.inputStyle, sty); } }; @@ -102,7 +102,7 @@ const uploadError = (err: any, file: any, fileList: any) => { }; const changeEvent = inject(constControlChange, "") as any; const updateModel = (val: any) => { - console.log("图片上传处理-111->", val); + // console.log("图片上传处理-111->", val); value.value = val; let controlAttribute = ""; if (props.data.control) { diff --git a/src/components/DesignForm/public/form/formItem.vue b/src/components/DesignForm/public/form/formItem.vue index ee15cc8..7ec97f4 100644 --- a/src/components/DesignForm/public/form/formItem.vue +++ b/src/components/DesignForm/public/form/formItem.vue @@ -626,8 +626,8 @@ const imgUploadApiUrl = import.meta.env.VITE_APP_BASE_API + "/api/upordown"; @ 功能: 判断此组件是否可见 */ const judgeIsShow = (key: string) => { - console.log("判断此组件是否可见--nodeKey-->", props.nodeKey); - console.log("判断此组件是否可见--purview-->", props.purview); + // console.log("判断此组件是否可见--nodeKey-->", props.nodeKey); + // console.log("判断此组件是否可见--purview-->", props.purview); if ( props.nodeKey != undefined && props.purview != undefined && diff --git a/src/components/workflow/drwer/approverDrawer.vue b/src/components/workflow/drwer/approverDrawer.vue index 3556fa2..8693dc9 100644 --- a/src/components/workflow/drwer/approverDrawer.vue +++ b/src/components/workflow/drwer/approverDrawer.vue @@ -4,6 +4,7 @@ @ 备注: 审批人设置 -->