兰宝车间质量管理系统-前端
LiuHao
2024-04-15 945eec5418ee9fa87a1cd01b3cdd1a6844a46287
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: [