From c817733060a033edd2b198601bdcb69ab9aa6739 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 26 七月 2023 18:14:16 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/components/share/actioncomponent/actionform/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx
index 70f1b79..260dedd 100644
--- a/src/menu/components/share/actioncomponent/actionform/index.jsx
+++ b/src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -498,7 +498,7 @@
     }
     
     if (appType === 'mob') {
-      if (Ot !== 'notRequired' && openType !== 'excelOut') {
+      if (openType !== 'excelOut') {
         shows.push('control')
         reOptions.control = [
           { value: '', text: '鏃�' },
@@ -513,7 +513,7 @@
         }
       }
     } else {
-      if (Ot !== 'notRequired' && openType !== 'excelOut') {
+      if (openType !== 'excelOut') {
         reOptions.control = [
           { value: '', text: '鏃�' },
           { value: 'disabled', text: '绂佺敤' },

--
Gitblit v1.8.0