From c29a1e1c8278a25b83b6158c2d426aa26c427569 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 01 九月 2021 16:18:30 +0800
Subject: [PATCH] 2021-09-01

---
 src/menu/components/form/formaction/formconfig.jsx |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/form/formaction/formconfig.jsx b/src/menu/components/form/formaction/formconfig.jsx
index f6e1da1..63770ba 100644
--- a/src/menu/components/form/formaction/formconfig.jsx
+++ b/src/menu/components/form/formaction/formconfig.jsx
@@ -31,7 +31,9 @@
     } else {
       menulist = []
     }
-    menulist.unshift({value: '', text: '鏃�'})
+    if (appType === 'mob') {
+      menulist.push({value: 'goback', text: '杩斿洖'})
+    }
   } else {
     menulist = sessionStorage.getItem('fstMenuList')
     if (menulist) {
@@ -248,6 +250,7 @@
       tooltip: '鎵ц鎴愬姛鍚庨渶瑕佹墦寮�鐨勮彍鍗曘��',
       initVal: card.linkmenu,
       required: false,
+      allowClear: true,
       options: menulist
     },
     {

--
Gitblit v1.8.0