fix: 实体详情页面 检测 =》 安全事件和服务质量分页错误问题

This commit is contained in:
@changcode
2022-05-06 11:32:40 +08:00
parent 71978e16bf
commit 60372b7133

View File

@@ -188,7 +188,7 @@ export default {
pageSize: 9 pageSize: 9
} }
} }
if (this.isDetectionService || this.isDetectionSecurity) { if ((this.isDetectionService || this.isDetectionSecurity) && JSON.stringify(extraParams) === '{}') {
extraParams = { extraParams = {
pageNo: 1, pageNo: 1,
pageSize: 6 pageSize: 6