add 工作流挂节点路由表单

This commit is contained in:
wangzk
2024-03-29 17:26:56 +08:00
parent c417c6debe
commit c5b3c121c9
5 changed files with 23 additions and 6 deletions

View File

@ -115,7 +115,9 @@ export default (ops: Options) => {
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 @@ export default (ops: Options) => {
createModdleElement,
idChange,
nameChange,
formKeyChange,
getExtensionElements,
getPropertiesElements
};