|
@@ -1041,10 +1041,9 @@ export default {
|
|
// this.waitFor = true
|
|
// this.waitFor = true
|
|
}else {
|
|
}else {
|
|
// this.waitFor = true
|
|
// this.waitFor = true
|
|
- this.detailList.columnList = this.detailStyle
|
|
|
|
- this.setRowList = this.detailStyle
|
|
|
|
|
|
+ this.$set(this.detailList,'columnList',this.$options.data().detailStyle)
|
|
|
|
+ this.setRowList = this.$options.data().detailStyle
|
|
}
|
|
}
|
|
- // this.pageDisplay = false
|
|
|
|
this.isItHidden = false
|
|
this.isItHidden = false
|
|
this.inDex = this.detailOption.length
|
|
this.inDex = this.detailOption.length
|
|
}else {
|
|
}else {
|
|
@@ -1056,10 +1055,9 @@ export default {
|
|
this.waitFor = true
|
|
this.waitFor = true
|
|
}else {
|
|
}else {
|
|
this.waitFor = true
|
|
this.waitFor = true
|
|
- this.queryList.columnList = this.listStyle
|
|
|
|
- this.setRowList = this.listStyle
|
|
|
|
|
|
+ this.$set(this.queryList,'columnList',this.$options.data().listStyle)
|
|
|
|
+ this.setRowList = this.$options.data().listStyle
|
|
}
|
|
}
|
|
- // this.pageDisplay = true
|
|
|
|
this.isItHidden = true
|
|
this.isItHidden = true
|
|
this.inDex = 4
|
|
this.inDex = 4
|
|
}
|
|
}
|