From 93cc4028a7d7bd3445e9a0b19830f96253a06d4f Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 23 Jun 2025 13:46:38 +0800 Subject: [PATCH] 1.补充提示多语言 --- src/components/Common/SlaveMemo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/SlaveMemo.js b/src/components/Common/SlaveMemo.js index 0ad0814..e314d2f 100644 --- a/src/components/Common/SlaveMemo.js +++ b/src/components/Common/SlaveMemo.js @@ -56,7 +56,7 @@ export default class SlaveMemo extends Component { const sMemoField = sCurrMemoProps.sMemoField; const sRecord = sCurrMemoProps.sRecord; const btnName = sCurrMemoProps.btnName ? sCurrMemoProps.btnName : ''; - const fillContent = commonFunc.showLocalMessage(props, 'fillContent', '请填写内容'); + const fillContent = commonFunc.showLocalMessage(this.props, 'fillContent', '请填写内容'); if (!Array.isArray(slaveMemoConfig) || !slaveMemoConfig.length) { if (!sCurrMemoProps?.bNoMemo && sMemoField !== undefined && !btnName.toLowerCase().endsWith('choosedate') && !this.state.textareaValue?.trim()) { return message.warning(fillContent); -- libgit2 0.22.2