fix: 修复流程xml更新后在线查看数据未更新问题

This commit is contained in:
tony
2022-12-17 23:47:59 +08:00
parent 683528d5dd
commit 9436bb4154
2 changed files with 35 additions and 18 deletions

View File

@@ -321,8 +321,7 @@ export default {
},
async showXML() {
try {
const { xml } = await this.modeler.saveXML({ format: true })
debugger
const xml = await this.saveXML()
this.$emit('showXML',xml)
} catch (err) {
console.log(err)