Commit 93cc4028a7d7bd3445e9a0b19830f96253a06d4f

Authored by Min
1 parent 4b02667b

1.补充提示多语言

src/components/Common/SlaveMemo.js
... ... @@ -56,7 +56,7 @@ export default class SlaveMemo extends Component {
56 56 const sMemoField = sCurrMemoProps.sMemoField;
57 57 const sRecord = sCurrMemoProps.sRecord;
58 58 const btnName = sCurrMemoProps.btnName ? sCurrMemoProps.btnName : '';
59   - const fillContent = commonFunc.showLocalMessage(props, 'fillContent', '请填写内容');
  59 + const fillContent = commonFunc.showLocalMessage(this.props, 'fillContent', '请填写内容');
60 60 if (!Array.isArray(slaveMemoConfig) || !slaveMemoConfig.length) {
61 61 if (!sCurrMemoProps?.bNoMemo && sMemoField !== undefined && !btnName.toLowerCase().endsWith('choosedate') && !this.state.textareaValue?.trim()) {
62 62 return message.warning(fillContent);
... ...