feat: 流程模型新增/修改/设计合为一个页面基本切换tab逻辑校验与页面样式优化

This commit is contained in:
GoldenZqqqq
2024-12-09 23:05:36 +08:00
parent 5063db47f3
commit 9459a7296f
5 changed files with 179 additions and 85 deletions

View File

@ -249,7 +249,7 @@ import { formatDate } from '@/utils/formatTime'
import * as ModelApi from '@/api/bpm/model'
import * as FormApi from '@/api/bpm/form'
import { setConfAndFields2 } from '@/utils/formCreate'
import { BpmModelFormType, BpmModelType } from '@/utils/constants'
import { BpmModelFormType } from '@/utils/constants'
import { checkPermi } from '@/utils/permission'
import { useUserStoreWithOut } from '@/store/modules/user'
import { useAppStore } from '@/store/modules/app'