master
lion 3 months ago
parent c04e415644
commit a938853688

@ -483,6 +483,7 @@ export default {
}, },
async getList() { async getList() {
this.loading = true this.loading = true
console.log("this.searchForm.pay_status",this.searchForm.pay_status)
try { try {
const filter = [ const filter = [
{ {
@ -493,13 +494,13 @@ export default {
{ {
key: 'pay_status', key: 'pay_status',
op: 'eq', op: 'eq',
value: this.searchForm.pay_status || '' value: this.searchForm.pay_status?this.searchForm.pay_status:(this.searchForm.pay_status===0?0:'')
},{ },{
key: 'site_id', key: 'site_id',
op: 'eq', op: 'eq',
value: this.searchForm.site_id || '' value: this.searchForm.site_id || ''
} }
].filter(item => item.value !== '') ]
// //
if (this.searchForm.status === 'assigned') { if (this.searchForm.status === 'assigned') {

Loading…
Cancel
Save