fix:修改魔法字符转枚举类

This commit is contained in:
lizhixian 2025-02-17 09:55:55 +08:00
parent 20e84b072e
commit 9991ef2ec5

View File

@ -74,7 +74,7 @@
</template>
<script lang="ts" setup>
import { decodeFields, setConfAndFields2 } from '@/utils/formCreate'
import { BpmModelType } from '@/utils/constants'
import { BpmModelType, BpmModelFormType } from '@/utils/constants'
import {
CandidateStrategy,
NodeId,
@ -121,7 +121,7 @@ const initProcessInfo = async (row: any, formVariables?: any) => {
startUserSelectAssignees.value = {}
//
if (row.formType == 10) {
if (row.formType == BpmModelFormType.NORMAL) {
//
// formVariables row.formFields
// formVariables