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