Browse Source

缺陷:HL-6441修改

hella_online_20241128
赵雪冰 3 months ago
parent
commit
44ab4552fe
  1. 2
      src/views/qms/inspectionRecord/index.vue

2
src/views/qms/inspectionRecord/index.vue

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

Loading…
Cancel
Save