添加表单查询和调整表格字段以及功能

This commit is contained in:
Eamon
2026-03-26 15:27:52 +08:00
parent a9e9ddd04b
commit 453d687c4a
28 changed files with 3013 additions and 384 deletions

View File

@@ -48,6 +48,8 @@ function Products(props: {
const refresh = useCallback(async () => {
const resp = await getAllProduct()
console.log(resp, "产品管理的resp")
if (resp.success) {
setList(resp.data)
}