@@ -118,7 +118,10 @@ export default {
let idList = []
this.dataList.forEach(com => {
arr.push(com.type)
- idList.push(com.id)
+ if(com.id != this.radio){
+ idList.push(com.id)
+ }
+
})
arr = [... new Set(arr)]
if (arr.length != 1) {