sunyadv 5 rokov pred
rodič
commit
76176ee56e

+ 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 + ",";
                             }