fix: 修复辅助线再次编辑确认会消失的问题

This commit is contained in:
junjun 2022-06-08 15:43:04 +08:00
parent e44acadabc
commit 04179b2534

View File

@ -86,6 +86,7 @@ export default {
} else {
this.assistLine = []
}
this.lineArr = JSON.parse(JSON.stringify(this.assistLine))
}
},
changeAssistLine() {