1.修复带票库存查询页面供应商名称查询不到数据的问题

ywj_dev
x_z 2 years ago
parent 56f9bfff14
commit 55c2dab3f3

@ -299,7 +299,6 @@ export default {
}, },
getList() { getList() {
this.loading = true; this.loading = true;
getProduct(this.filterQuery).then((res) => { getProduct(this.filterQuery).then((res) => {
this.loading = false; this.loading = false;
if (res.code === 20000) { if (res.code === 20000) {
@ -335,9 +334,6 @@ export default {
page: 1, page: 1,
limit: 20 limit: 20
}; };
if (this.$store.getters.customerId !== 110) {
params.name = this.$store.getters.companyName;
}
getBasicUnitMaintains(params).then((res) => { getBasicUnitMaintains(params).then((res) => {
this.corpLoading = false; this.corpLoading = false;
this.fromOptions = res.data.list || []; this.fromOptions = res.data.list || [];

Loading…
Cancel
Save