From 44ab4552fe8774999bd9c7a4632e08eca79ba9ed Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 25 Nov 2024 10:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7:HL-6441=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qms/inspectionRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/qms/inspectionRecord/index.vue b/src/views/qms/inspectionRecord/index.vue index b77a70eb7..5d96ad648 100644 --- a/src/views/qms/inspectionRecord/index.vue +++ b/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' })