更新用户总览图表,删除多余的console.log
This commit is contained in:
@@ -49,7 +49,6 @@ export default function BillsPage(props: BillsPageProps) {
|
||||
})
|
||||
|
||||
const onSubmit = async (value: FilterSchema) => {
|
||||
console.log(value)
|
||||
await refresh(1, data.size)
|
||||
}
|
||||
|
||||
@@ -65,7 +64,6 @@ export default function BillsPage(props: BillsPageProps) {
|
||||
const res = await listBills({
|
||||
page, size, type, create_after, create_before, trade_id,
|
||||
})
|
||||
console.log(res, 'res')
|
||||
|
||||
if (res.success) {
|
||||
setData(res.data)
|
||||
|
||||
Reference in New Issue
Block a user