@@ -90,7 +90,7 @@ export default {
options: res.data[0] || []
}, {
name: '其他业务线',
- options: res.data[1] || []
+ options: res.data[1] ? res.data[1].filter(item => item.isSecret !== 1) : []
}]
}
},