From 91e0b80f2b59a5db341d4a049f785cc5e0ffb470 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 23 May 2025 15:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/app/index.vue | 9 +-------- .../sysworkflow/lowcodepage/runApp/runAppForm.vue | 15 ++------------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index 68551e2..41154c1 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -79,7 +79,6 @@ const props = withDefaults( formBasicConfig?: any; fieldsDetailList?: any; orgAndManTree?: any; - appPower?: any; }>(), { showPage: true, @@ -128,12 +127,6 @@ const props = withDefaults( orgAndManTree: () => { return {}; }, - appPower: { - Level: 1, - Operation: [], - OrgList: [], - PointId: [], - }, } ); const emits = defineEmits<{ @@ -1557,7 +1550,7 @@ const readerColumnSun = (column: any) => {