From 2430a9f70124cce8ff18b84a43d55515849a0dee Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 28 十月 2021 13:05:20 +0800
Subject: [PATCH] 2021-10-28

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
index 2f6e6e5..4ad72d8 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
@@ -308,7 +308,7 @@
               <Select
                 showSearch
                 filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
-                onChange={this.selectScript}
+                onSelect={this.selectScript}
                 getPopupContainer={() => document.getElementById('verify-excelin-custom-scripts')}
               >
                 <Select.Option key="default" value={'default'}>

--
Gitblit v1.8.0