fix: 解决导入模型xml 数据没有保存问题

pull/667/head
zws 2025-01-16 10:18:20 +08:00
parent 66d8cf1233
commit d52e779131
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ const importLocalFile = () => {
reader.onload = function () {
let xmlStr = this.result
createNewDiagram(xmlStr)
emit('save', xmlStr)
}
}
/* ------------------------------------------------ refs methods ------------------------------------------------------ */