修改bug

ywj_dev
wangwei 2 years ago
parent 1dcb2dca0b
commit 5d9a93569d

@ -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 {
},
getList() {
this.loading = true;
this.listQuery.customerId = store.getters.customerId;
//this.listQuery.customerId = store.getters.customerId;
filterCompanyProductRelevance(this.listQuery)
.then((response) => {
this.loading = false;

@ -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;

Loading…
Cancel
Save