diff --git a/BagStation/pages/makeOrder/orderPaying.vue b/BagStation/pages/makeOrder/orderPaying.vue index 1e22ea2..007d069 100644 --- a/BagStation/pages/makeOrder/orderPaying.vue +++ b/BagStation/pages/makeOrder/orderPaying.vue @@ -312,7 +312,7 @@ computed: { companyList() { if (this.isCompany) { - let filterData = this.order.companyAccounts.filter(item => item.companyType != 5) + let filterData = this.order.companyAccounts.filters(item => item.companyType != 5) return filterData } },