Browse Source

12/1 提交测试

mo 4 years ago
parent
commit
471af4263b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/teamDetail/componentCourse/addCompound.vue

+ 4 - 1
src/views/teamDetail/componentCourse/addCompound.vue

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