!6 同步develop分支

* sync -- 同步develop分支
This commit is contained in:
KonBAI
2022-01-18 13:16:15 +00:00
parent a649962696
commit 5676316380
338 changed files with 10957 additions and 9551 deletions

View File

@@ -63,7 +63,7 @@ export default {
const process = modeler.get('elementRegistry').find(el => el.type === 'bpmn:Process');
saveXml({
name: process.businessObject.name,
category: this.formFlowEntryData.categoryId,
category: process.businessObject.processCategory,
xml: this.formFlowEntryData.bpmnXml
}).then(res => {
this.$message(res.msg)