src/bpmn/hooks/usePanel.ts
文件名从 src/components/BpmnDesign/hooks/usePanel.ts 修改 @@ -1,4 +1,4 @@ import showConfig from '@/components/BpmnDesign/assets/showConfig'; import showConfig from '../assets/showConfig'; import { ModdleElement } from 'bpmn'; import useModelerStore from '@/store/modules/modeler'; import { MultiInstanceTypeEnum } from '@/enums/bpmn/IndexEnums'; @@ -116,7 +116,7 @@ } }; const formKeyChange = (newVal: string) => { updateProperties({ formKey: newVal }); updateProperties({ formKey: newVal }); }; const constant = { MultiInstanceType: [