bug修改

busUser
anthonyywj2 3 years ago
parent a457e7b521
commit a1ddc9d143

@ -318,15 +318,15 @@ export default {
this.$message.error('未选择产品');
return;
}
if(this.ids.length>0){
for(var i=0;i<this.ids.length;i++){
if(this.ids[i]==this.multipleSelection.rlId){
this.$message.error("该产品已录入!");
return
}
}
}
// if(this.ids.length>0){
// for(var i=0;i<this.ids.length;i++){
// if(this.ids[i]==this.multipleSelection.rlId){
// this.$message.error("");
// return
// }
// }
// }
let str = this.multipleSelection.zczbhhzbapzbh;
if (str.search(",") != -1) {
@ -339,7 +339,7 @@ export default {
},
combine() {
let ids = [];
let data = {
relId: this.multipleSelection.rlId,
@ -378,14 +378,14 @@ export default {
this.multipleSelection.zczbhhzbapzbh = this.currentCert;
this.combine();
}
},
},
components: {udiRlDetailDialog},
created() {
if (this.$isNotBlank(this.data)) {
// this.listQuery.nameCode = this.data.udi;
// if (this.data.billType != null) {
// this.listQuery.billType = this.data.billType;

Loading…
Cancel
Save