|
@@ -459,6 +459,7 @@ export const useHooks = (t?: any) => {
|
|
|
});
|
|
|
|
|
|
const router = useRouter();
|
|
|
+ const { pageOpen } = usePageRouter();
|
|
|
|
|
|
/**
|
|
|
* @description 面料分类取值
|
|
@@ -6054,7 +6055,6 @@ export const useHooks = (t?: any) => {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- const { pageOpen } = usePageRouter();
|
|
|
pageOpen({
|
|
|
name: "mattressInterfaceEditYw",
|
|
|
params: {
|