fix: 修复detections tab列表样式及请求传参问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user