Skip to content

Commit 84552a6

Browse files
committed
fix: 解决导入模型json 数据没有保存问题
1 parent 9febee7 commit 84552a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SimpleProcessDesignerV2/src/SimpleProcessModel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ const importLocalFile = () => {
190190
reader.onload = function () {
191191
if (isString(this.result)) {
192192
processNodeTree.value = JSON.parse(this.result)
193+
emits('save', processNodeTree.value)
193194
}
194195
}
195196
}

0 commit comments

Comments
 (0)