兰宝车间质量管理系统-前端
wangzk
2024-03-29 c5b3c121c979174010cd685a0829638b7cef2380
src/components/BpmnDesign/hooks/usePanel.ts
@@ -115,7 +115,9 @@
      updateProperties({ name: newVal });
    }
  };
  const formKeyChange = (newVal: string) => {
      updateProperties({ formKey: newVal });
  };
  const constant = {
    MultiInstanceType: [
      { id: '373d4b81-a0d1-4eb8-8685-0d2fb1b468e2', label: '无', value: MultiInstanceTypeEnum.NONE },
@@ -136,7 +138,7 @@
    createModdleElement,
    idChange,
    nameChange,
    formKeyChange,
    getExtensionElements,
    getPropertiesElements
  };