From 0215e8d4a8e1ef1f4022f9c27c7dbb4a1449c206 Mon Sep 17 00:00:00 2001 From: Lesan <1960681385@qq.com> Date: Tue, 21 Jan 2025 08:27:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=E6=9E=9A=E4=B8=BEBpmA?= =?UTF-8?q?utoApproveType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/model/form/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/bpm/model/form/index.vue b/src/views/bpm/model/form/index.vue index 17953818..84e74d89 100644 --- a/src/views/bpm/model/form/index.vue +++ b/src/views/bpm/model/form/index.vue @@ -86,7 +86,7 @@ import * as FormApi from '@/api/bpm/form' import { CategoryApi, CategoryVO } from '@/api/bpm/category' import * as UserApi from '@/api/system/user' import { useUserStoreWithOut } from '@/store/modules/user' -import { BpmModelFormType, BpmModelType } from '@/utils/constants' +import { BpmModelFormType, BpmModelType, BpmAutoApproveType } from '@/utils/constants' import BasicInfo from './BasicInfo.vue' import FormDesign from './FormDesign.vue' import ProcessDesign from './ProcessDesign.vue' @@ -154,7 +154,7 @@ const formData: any = ref({ postfix: '', length: 5 }, - autoApprovalType: 1 + autoApprovalType: BpmAutoApproveType.NONE }) //流程数据