From 23517eca41e81ae74b5a56363b25171056ee4986 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 20 Jan 2022 14:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E9=AB=98=E7=BA=A7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index e717b5769..6e34d4592 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -3985,6 +3985,13 @@ export default { type: 'like', value: value }); + }else if (value !== undefined && value !== null && value !== "" && item.attrField === 'VPPSCNBUSS') { + advanceSearchVOList.push({ + connect: "and", + field: 'CYCVPPSCN', + type: 'like', + value: value + }); }else if (value !== undefined && value !== null && value !== "") { advanceSearchVOList.push({ connect: advanceSearchVOList.length > 0 ? "and" : "",