fix: 实体详情页面 检测 =》 安全事件和服务质量分页错误问题
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user