fix: dns地图完成;detection下拉完成;

This commit is contained in:
chenjinsong
2022-03-08 22:06:58 +08:00
parent 8c92cbfcd8
commit 98987be11c
6 changed files with 129 additions and 112 deletions

View File

@@ -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)
},
// 点击上一页箭头