From f1bac4fe4feacc8110ce98b0f54e675cd07713cd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 五月 2022 23:44:32 +0800 Subject: [PATCH] 2022-05-18 --- src/templates/formtabconfig/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/templates/formtabconfig/index.jsx b/src/templates/formtabconfig/index.jsx index a13d249..f9d7b32 100644 --- a/src/templates/formtabconfig/index.jsx +++ b/src/templates/formtabconfig/index.jsx @@ -2098,6 +2098,7 @@ <PasteForm dict={this.state.dict} wrappedComponentRef={(inst) => this.pasteFormRef = inst} + inputSubmit={this.pasteSubmit} /> </Modal> {this.state.loading && <Spin size="large" />} -- Gitblit v1.8.0