feat: 视图高级设置

This commit is contained in:
junjun 2022-03-11 16:31:10 +08:00
parent 6b73634575
commit 0f52816ea4

View File

@ -81,7 +81,7 @@ export default {
this.lineArr = JSON.parse(JSON.stringify(this.line))
},
addLine() {
this.lineArr.push(this.lineObj)
this.lineArr.push(JSON.parse(JSON.stringify(this.lineObj)))
this.changeAssistLine()
},
removeLine(index) {