|
|
|
@ -365,7 +365,7 @@ export default {
|
|
|
|
|
combine() {
|
|
|
|
|
this.combineQuery.productUuid = this.currentRow.uuid;
|
|
|
|
|
this.combineQuery.customerId = store.getters.customerId;
|
|
|
|
|
this.combineQuery.zczbhhzbapzbh=this.currentRow.zczbhhzbapzbh;
|
|
|
|
|
// this.combineQuery.zczbhhzbapzbh=this.currentRow.zczbhhzbapzbh;
|
|
|
|
|
insertCompanyProductRelevance(this.combineQuery).then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|