From 28ff6c330e985e3c02c10d1463362b55b9cbdd3b Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Sat, 28 Oct 2023 10:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E8=AE=BE=E5=AE=9A=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/workflow/const.ts | 1 + src/views/sysworkflow/codepage/createform.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/utils/workflow/const.ts b/src/utils/workflow/const.ts index d47179d0b..ffb1dce46 100644 --- a/src/utils/workflow/const.ts +++ b/src/utils/workflow/const.ts @@ -13,6 +13,7 @@ export let setTypes = [ {value: 6, label: '连续多级主管'}, {value: 7, label: '指定前置审批为本节点设置审批人'}, {value: 8, label: '表单字段'}, + {value: 9, label: '权限矩阵'} ] export let selectModes = [ diff --git a/src/views/sysworkflow/codepage/createform.vue b/src/views/sysworkflow/codepage/createform.vue index ca6f5c441..34669151d 100644 --- a/src/views/sysworkflow/codepage/createform.vue +++ b/src/views/sysworkflow/codepage/createform.vue @@ -159,6 +159,7 @@ layoutStore.changeBreadcrumb([{ label: '系统工具' }, { label: '表单设计' const store = useDesignFormStore() const router = useRouter() const route: any = useRoute().query || {} +// eslint-disable-next-line vue/no-setup-props-destructure const state = reactive({ formData: { list: [],