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

This commit is contained in:
zws 2025-01-16 10:18:20 +08:00
parent 66d8cf1233
commit d52e779131

View File

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