|
@ -512,7 +512,7 @@ const searchFormClick = (searchData) => { |
|
|
) |
|
|
) |
|
|
} else { |
|
|
} else { |
|
|
searchData.filters.push({ |
|
|
searchData.filters.push({ |
|
|
action: 'notIn', |
|
|
action: 'notin', |
|
|
column: 'inspectionType', |
|
|
column: 'inspectionType', |
|
|
value: '1,4,11' |
|
|
value: '1,4,11' |
|
|
}) |
|
|
}) |
|
|