feat:续费页面过滤已支付的
This commit is contained in:
@@ -193,12 +193,14 @@
|
||||
}
|
||||
where.tenantId = localStorage.getItem('tenantId');
|
||||
where.isRenew = 0;
|
||||
where.payStatus=20;
|
||||
console.log('isRenew');
|
||||
return pageOrderPay({
|
||||
...where,
|
||||
...orders,
|
||||
page,
|
||||
limit
|
||||
limit,
|
||||
payStatus: 20,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user