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 - }