|
|
@@ -4,7 +4,7 @@ import { useParams } from "next/navigation";
|
|
|
import Link from "next/link";
|
|
|
import { clientFetch } from "@/lib/restApiClient";
|
|
|
import Select from "@/components/theme/ui/Select";
|
|
|
-import { useForm, FormProvider, Controller } from "react-hook-form";
|
|
|
+import { useForm, FormProvider } from "react-hook-form";
|
|
|
import CustomerAddressPhone from "../../new/_components/CustomerAddressPhone";
|
|
|
const CustomerAddressEditPage = () => {
|
|
|
// 定义表单类型(严格对齐你要的字段)
|