|
@@ -158,13 +158,13 @@ export default {
|
|
return arr
|
|
return arr
|
|
},
|
|
},
|
|
bugGetTableList(e, index) {
|
|
bugGetTableList(e, index) {
|
|
- this.queryData = _.cloneDeep(e)
|
|
|
|
|
|
+ this.queryData = e
|
|
this.data = {}
|
|
this.data = {}
|
|
if (index) {
|
|
if (index) {
|
|
this.currentPage = 1
|
|
this.currentPage = 1
|
|
this.curIndex = 1
|
|
this.curIndex = 1
|
|
}
|
|
}
|
|
- this.data = this.queryData
|
|
|
|
|
|
+ this.data = _.cloneDeep(this.queryData)
|
|
this.data.bizId = this.bizId
|
|
this.data.bizId = this.bizId
|
|
this.data.pageSize = this.pageSize
|
|
this.data.pageSize = this.pageSize
|
|
this.data.curIndex = this.curIndex
|
|
this.data.curIndex = this.curIndex
|