From d3e1a43956ce40f91494b151324939e438b78518 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 30 六月 2024 21:47:47 +0800 Subject: [PATCH] 2024-06-30 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index 9a27fcb..7d7dcb9 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -882,7 +882,7 @@ { max: 512, message: '鏈�澶�512涓瓧绗�' } ) } else if (item.key === 'output') { - if (['pop', 'prompt', 'exec'].includes(this.record.openType)) { + if (['pop', 'prompt', 'exec'].includes(this.record.OpenType)) { if (this.record.intertype === 'system' || ((this.record.intertype === 'outer' || this.record.intertype === 'custom') && this.record.callbackType === 'script')) { rules = [{ pattern: /^@[0-9a-zA-Z_]+@?$/, -- Gitblit v1.8.0