cxmo 1 년 전
부모
커밋
c0201d10d7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/business_ETA_manage/businessAuth.vue

+ 0 - 1
src/views/business_ETA_manage/businessAuth.vue

@@ -59,7 +59,6 @@ export default {
                 }
                 //合成一个数组并去重
                 const ChoiceList = Array.from(new Set([...keys,...halfKeys]))
-                const test = ChoiceList.filter((item)=>!halfKeys.some((halfItem)=>item===halfItem))
                 //请求接口
                 const res = await businessCustomInterence.setAuthList({
                     EtaBusinessId:Number(this.$route.query.id),