[update] 修改bug79794
This commit is contained in:
@@ -358,7 +358,7 @@ export default {
|
||||
},
|
||||
searchReset () {
|
||||
this.queryParam = {}
|
||||
this.replacePage()
|
||||
this.replacePage(1)
|
||||
},
|
||||
// 表格选择改变
|
||||
onSelectChange (value, row) {
|
||||
|
||||
@@ -261,7 +261,7 @@ export default {
|
||||
},
|
||||
searchReset () {
|
||||
this.queryParam = {}
|
||||
this.replacePage()
|
||||
this.replacePage(1)
|
||||
},
|
||||
// 表格选择改变
|
||||
onSelectChange (value, row) {
|
||||
|
||||
@@ -250,7 +250,7 @@ export default {
|
||||
} else {
|
||||
this.queryParam = {}
|
||||
}
|
||||
this.replacePage()
|
||||
this.replacePage(1)
|
||||
},
|
||||
// 表格选择改变
|
||||
onSelectChange (value, row) {
|
||||
|
||||
Reference in New Issue
Block a user