From 736973883280e9a6059c5da2f2e67d5a6aecdcef Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期五, 29 八月 2025 15:03:22 +0800 Subject: [PATCH] 1 --- 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