更新
This commit is contained in:
@@ -312,13 +312,15 @@
|
||||
computed: {
|
||||
companyList() {
|
||||
if (this.isCompany) {
|
||||
return this.order.companyAccounts
|
||||
let filterData = this.order.companyAccounts.filter(item => item.companyType != 5)
|
||||
return filterData
|
||||
}
|
||||
},
|
||||
companyOtherList() {
|
||||
if (this.isCompany) {
|
||||
// return this.order.otherAccounts
|
||||
let target = this.sortParticulars(this.order.otherAccounts,'balance')
|
||||
let filterData = this.order.otherAccounts.filter(item => item.companyType != 5)
|
||||
let target = this.sortParticulars(filterData,'balance')
|
||||
return target
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user