fix: 解决导入模型json 数据没有保存问题
parent
9febee7abe
commit
84552a6253
|
|
@ -190,6 +190,7 @@ const importLocalFile = () => {
|
||||||
reader.onload = function () {
|
reader.onload = function () {
|
||||||
if (isString(this.result)) {
|
if (isString(this.result)) {
|
||||||
processNodeTree.value = JSON.parse(this.result)
|
processNodeTree.value = JSON.parse(this.result)
|
||||||
|
emits('save', processNodeTree.value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue