From abd77ca3a8013ebadec10d45f3316a19724d4fc7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 十二月 2021 15:13:13 +0800 Subject: [PATCH] 2021-12-23 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index d328729..71396e9 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -223,7 +223,9 @@ if (_Ot !== 'notRequired' && _opentype !== 'excelOut') { _options.push('control') - if (_control) { + if (_control === 'parent') { + _options.push('controlVal') + } else if (_control) { _options.push('controlField', 'controlVal') } } -- Gitblit v1.8.0