@ -270,7 +270,7 @@ export default {
},
getList() {
this.loading = true;
this.listQuery.customerId = store.getters.customerId;
//this.listQuery.customerId = store.getters.customerId;
filterCompanyProductRelevance(this.listQuery)
.then((response) => {
this.loading = false;
@ -367,6 +367,7 @@ export default {
components: {udiRlDetailDialog},
created() {
this.getList();
console.log(this.data)
if (this.$isNotBlank(this.data)) {
this.ids = [];
@ -274,7 +274,7 @@ export default {