|
@@ -137,6 +137,9 @@ export default {
|
|
|
},
|
|
|
bugGetTableList(name, value) {
|
|
|
const teamSearchInfo = value || { teamId: this.teamId, bizId: this.bizId }
|
|
|
+ if (value) {
|
|
|
+ this.curIndex = 1
|
|
|
+ }
|
|
|
const pageInfoDO = {}
|
|
|
pageInfoDO.pageSize = this.pageSize
|
|
|
pageInfoDO.curIndex = this.curIndex
|