From 44da94a71eafdb22f13127bad2e4c5c5c6088a83 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Oct 2022 16:35:26 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=89=80=E5=B1=9E=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/AbilityToApplyFor.vue | 13 ++++++++----- front/src/views/home/apply.vue | 3 +++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index eedf7caf..a5741a02 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -126,7 +126,13 @@ title="已申请摄像头列表" @ok="videoVisible = false" > - + {{ item.name }} @@ -204,6 +210,7 @@ const showItem = (id, type, delFlag, note1) => { if (type == '基础设施') { let arr = JSON.parse(note1); + //console.log('arrarr====',arr); xVideoList.value = [] arr.map((val) => { xVideoList.value.push({ @@ -244,10 +251,6 @@ }) } getDeptAllData(); - //select搜索过滤 - const filterOption = (input, option) => { - return option.value.toLowerCase().indexOf(input.toLowerCase()) >= 0 - }