sunyadv hace 5 años
padre
commit
76176ee56e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ys_vue/src/views/project/projectDetail.vue

+ 1 - 1
ys_vue/src/views/project/projectDetail.vue

@@ -750,7 +750,7 @@
                             modelIds = "",
                             userIds = "";
                         for(var i in this.editForm.modelIds){
-                            if(cId.indexOf(this.editForm.modelIds[i].id) == -1){
+                            if(cId.indexOf(this.editForm.modelIds[i].produceCompanyId) == -1){
                                 cId += this.editForm.modelIds[i].produceCompanyId + ",";
                                 cName += this.editForm.modelIds[i].produceCompanyName + ",";
                             }