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: [],