|
|
|
@ -146,7 +146,7 @@ export default {
|
|
|
|
|
manufacturerIdFk: this.manufacturerId,
|
|
|
|
|
productIdFk: this.productId,
|
|
|
|
|
supCertSetEntities: this.multipleSelection,
|
|
|
|
|
customerId:this.$store.getters.customerId,
|
|
|
|
|
customerId:this.customerId,
|
|
|
|
|
};
|
|
|
|
|
selectAllCert(postQuery)
|
|
|
|
|
.then(response => {
|
|
|
|
|