固定表格操作列
This commit is contained in:
@@ -89,13 +89,9 @@ export default function ChannelPage() {
|
||||
const table = useDataTable<Channel>((page, size) =>
|
||||
getPageChannel({ page, size, ...filters }),
|
||||
)
|
||||
console.log(table, "IP管理的table")
|
||||
|
||||
const onFilter = handleSubmit(data => {
|
||||
console.log(data, "data")
|
||||
|
||||
const result: FilterValues = {}
|
||||
|
||||
if (data.batch_no?.trim()) result.batch_no = data.batch_no.trim()
|
||||
if (data.user_phone?.trim()) result.user_phone = data.user_phone.trim()
|
||||
if (data.resource_no?.trim()) result.resource_no = data.resource_no.trim()
|
||||
|
||||
Reference in New Issue
Block a user