|
@@ -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),
|