From cd67e854d4715bc92a16dc7bffdbde7be1da9957 Mon Sep 17 00:00:00 2001 From: vincentlu <t1341870251@gmail.com> Date: 星期四, 27 三月 2025 13:02:37 +0800 Subject: [PATCH] # --- zy-acs-framework/src/main/resources/templates/react-admin/ReactEdit.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zy-acs-framework/src/main/resources/templates/react-admin/ReactEdit.txt b/zy-acs-framework/src/main/resources/templates/react-admin/ReactEdit.txt index ddf59cd..a09a9d9 100644 --- a/zy-acs-framework/src/main/resources/templates/react-admin/ReactEdit.txt +++ b/zy-acs-framework/src/main/resources/templates/react-admin/ReactEdit.txt @@ -23,7 +23,7 @@ import { useWatch, useFormContext } from "react-hook-form"; import { Stack, Grid, Box, Typography } from '@mui/material'; import * as Common from '@/utils/common'; -import { EDIT_MODE } from '@/config/setting'; +import { EDIT_MODE, REFERENCE_INPUT_PAGESIZE } from '@/config/setting'; import EditBaseAside from "../components/EditBaseAside"; import CustomerTopToolBar from "../components/EditTopToolBar"; import MemoInput from "../components/MemoInput"; -- Gitblit v1.9.1