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