From 2cb09105d702ccae0644126ca6ea7f85e1f218bc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 十二月 2021 14:06:14 +0800 Subject: [PATCH] 2021-12-10 --- src/templates/zshare/modalform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index 4860148..d4c4ea5 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -685,7 +685,7 @@ <Form.Item label={item.label} className="text-area"> {getFieldDecorator(item.key, { initialValue: item.initVal - })(<EditTable dict={this.props.dict} type={openType} linkSubFields={this.state.linkSubFields}/>)} + })(<EditTable type={openType} linkSubFields={this.state.linkSubFields}/>)} </Form.Item> </Col> ) @@ -771,7 +771,7 @@ if (empty) { notification.warning({ top: 92, - message: this.props.dict['model.form.selectItem.error'], + message: '涓嬫媺閫夐」璁剧疆閿欒锛�', duration: 5 }) return -- Gitblit v1.8.0