mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
feat: 视图高级设置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user