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