fix: dns地图完成;detection下拉完成;
This commit is contained in:
@@ -1096,11 +1096,11 @@ export default {
|
||||
this.$refs.search.changeParams(params)
|
||||
},
|
||||
pageSize (val) {
|
||||
this.pageObj.pageSize = val
|
||||
this.pageObj.pageSize = val || 20
|
||||
this.search(this.metaList, this.q)
|
||||
},
|
||||
pageNo (val) {
|
||||
this.pageObj.pageNo = val
|
||||
this.pageObj.pageNo = val || 1
|
||||
this.search(this.metaList, this.q)
|
||||
},
|
||||
// 点击上一页箭头
|
||||
|
||||
Reference in New Issue
Block a user