fix: 修复detections tab列表样式及请求传参问题

This commit is contained in:
@changcode
2022-03-30 11:46:17 +08:00
parent 95d1a307b4
commit 1ede2ba779
4 changed files with 12 additions and 11 deletions

View File

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