完成流程图上传的功能

This commit is contained in:
YunaiV
2022-01-03 18:46:00 +08:00
parent ed33ff9f04
commit cfbef058b5
11 changed files with 214 additions and 120 deletions

View File

@ -61,6 +61,7 @@ export default {
...response.data,
bpmnXml: undefined, // 清空 bpmnXml 属性
}
// this.controlForm.processId = response.data.key
})
}
},