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) => {