From 9cf5fc474d2159aad973e3208fbef670f325307f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 十一月 2020 17:57:41 +0800 Subject: [PATCH] 2020-11-25 --- src/tabviews/zshare/normalTable/index.jsx | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.jsx b/src/tabviews/zshare/normalTable/index.jsx index 1de6ca6..bfe9cc6 100644 --- a/src/tabviews/zshare/normalTable/index.jsx +++ b/src/tabviews/zshare/normalTable/index.jsx @@ -214,23 +214,7 @@ if (item.linkThdMenu) { let tabmenu = item.linkThdMenu - let iframes = ['Main/Index', 'bda/rdt', 'Home/rdt'] - - if (tabmenu.LinkUrl === 'CommonTable') { - tabmenu.type = 'CommonTable' - } else if (tabmenu.LinkUrl && iframes.includes(tabmenu.LinkUrl.split('?')[0])) { - tabmenu.type = 'iframe' - } - - if (tabmenu.type !== 'iframe') { - try { - tabmenu.PageParam = JSON.parse(tabmenu.PageParam) - } catch (e) { - tabmenu.PageParam = {} - } - tabmenu.type = tabmenu.PageParam.Template || tabmenu.type - } - + tabmenu.param = { searchkey: item.field, searchval: record[item.field] || '', -- Gitblit v1.8.0