mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 08:52:41 +08:00
fix: 解决导入模型xml 数据没有保存问题
This commit is contained in:
parent
66d8cf1233
commit
d52e779131
@ -547,6 +547,7 @@ const importLocalFile = () => {
|
|||||||
reader.onload = function () {
|
reader.onload = function () {
|
||||||
let xmlStr = this.result
|
let xmlStr = this.result
|
||||||
createNewDiagram(xmlStr)
|
createNewDiagram(xmlStr)
|
||||||
|
emit('save', xmlStr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* ------------------------------------------------ refs methods ------------------------------------------------------ */
|
/* ------------------------------------------------ refs methods ------------------------------------------------------ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user