From d1bf7708ae652f4a7b5409cd112ad0981be3b15c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 01 四月 2025 11:11:09 +0800 Subject: [PATCH] 2025-04-01 --- src/templates/sharecomponent/actioncomponent/verifyexcelout/customscript/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/customscript/index.jsx index 3f2c50d..99135ce 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/customscript/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/customscript/index.jsx @@ -122,7 +122,7 @@ let pass = checkSQL(values.sql, 'customscript') - if (!pass) return + if (!pass && !skip) return this.setState({ loading: true @@ -210,7 +210,7 @@ </Col> <Col span={10}> <Form.Item label="鎶ラ敊瀛楁" style={{margin: 0, whiteSpace: 'nowrap'}}> - errorcode锛堝鍔犲悗缂�NT琛ㄧず鏁版嵁涓嶅洖婊氾紝濡侲NT銆丯NT銆丗NT銆丯MNT銆丆NT銆�-2NT锛�, retmsg + errorcode, retmsg </Form.Item> </Col> <Col span={24} className="sqlfield"> -- Gitblit v1.8.0