From 45224a77b80aa6bbd905d91f19d7b0d9dd6d6f05 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 15 一月 2024 14:22:47 +0800 Subject: [PATCH] 2024-01-15 --- src/menu/components/form/formaction/actionform/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/menu/components/form/formaction/actionform/index.jsx b/src/menu/components/form/formaction/actionform/index.jsx index d618233..abd4eb7 100644 --- a/src/menu/components/form/formaction/actionform/index.jsx +++ b/src/menu/components/form/formaction/actionform/index.jsx @@ -62,6 +62,9 @@ if (this.record.execSuccess === 'never') { shows.push('resetForms') } + if (this.record.syncComponent && this.record.syncComponent[0]) { + shows.push('syncDelay') + } if (this.record.intertype === 'custom') { shows.push('procMode', 'interface', 'callbackType', 'proInterface', 'method', 'cross', 'stringify', 'ContentType', 'outerBlacklist') if (this.record.procMode === 'system') { @@ -260,7 +263,7 @@ message: '璇疯緭鍏�' + item.label + '!' } ] - })(<InputNumber min={0} max={10000} precision={0} onPressEnter={this.handleSubmit}/>)} + })(<InputNumber min={0} max={10000} placeholder={item.placeholder || ''} precision={0} onPressEnter={this.handleSubmit}/>)} </Form.Item> </Col> ) -- Gitblit v1.8.0