From c78051cc51032d4e29d35ca356d11d77a473eced Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 09 八月 2021 18:20:08 +0800 Subject: [PATCH] 2021-08-09 --- src/components/normalform/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/normalform/index.jsx b/src/components/normalform/index.jsx index 6c2d87a..5e1057e 100644 --- a/src/components/normalform/index.jsx +++ b/src/components/normalform/index.jsx @@ -68,13 +68,12 @@ visible={visible} width={width} maskClosable={false} - okText={dict['model.submit']} + okText={dict['model.confirm']} onOk={this.submit} onCancel={() => { this.setState({ visible: false }) }} destroyOnClose > <ModalForm - dict={dict} formlist={formlist} inputSubmit={this.submit} wrappedComponentRef={(inst) => this.Ref = inst} -- Gitblit v1.8.0