diff --git a/components/biz/toy/index.tsx b/components/biz/toy/index.tsx index 8148aab..9032f60 100644 --- a/components/biz/toy/index.tsx +++ b/components/biz/toy/index.tsx @@ -16,6 +16,7 @@ interface FormValue { sale: string; type: number; desc: string; + productId: string; } const getInfo = async () => { @@ -93,7 +94,7 @@ function Toy() { ))} -