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