资质产品选入修改

ywj_dev
郑明梁 2 years ago
parent a34792a666
commit 2564b0288f

@ -691,7 +691,7 @@ export default {
let query = {
productId: this.inputQuery.productId,
relIdFk: val,
manufacturerId: this.inputQuery.manufacturerIdFk,
manufacturerId: this.inputQuery.manufacturerId,
customerId: this.inputQuery.customerId,
companyName: this.inputQuery.companyName,
auditStatus: this.inputQuery.auditStatus
@ -701,6 +701,7 @@ export default {
this.loading = false;
if (response.code === 20000) {
this.inputQuery = response.data;
this.inputQuery.manufacturerId=this.inputQuery.manufacturerIdFk
this.selectSingleProductVisible = false;
} else {
this.$message.error(response.message);

Loading…
Cancel
Save