bug修改

busUser
anthonyywj2 3 years ago
parent a457e7b521
commit a1ddc9d143

@ -319,14 +319,14 @@ export default {
return; return;
} }
if(this.ids.length>0){ // if(this.ids.length>0){
for(var i=0;i<this.ids.length;i++){ // for(var i=0;i<this.ids.length;i++){
if(this.ids[i]==this.multipleSelection.rlId){ // if(this.ids[i]==this.multipleSelection.rlId){
this.$message.error("该产品已录入!"); // this.$message.error("");
return // return
} // }
} // }
} // }
let str = this.multipleSelection.zczbhhzbapzbh; let str = this.multipleSelection.zczbhhzbapzbh;
if (str.search(",") != -1) { if (str.search(",") != -1) {

Loading…
Cancel
Save