king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
src/tabviews/tabmanage/index.jsx
@@ -49,9 +49,9 @@
            return {
              uuid: temp.MenuID,
              value: temp.MenuID,
              MenuName: temp.MenuName,
              MenuName: temp.MenuName || '',
              type: temp.Template,
              MenuNo: temp.MenuNo,
              MenuNo: temp.MenuNo || '',
              Remark: temp.Remark
            }
          })
@@ -282,7 +282,7 @@
              btnParam.secretkey = Utils.encrypt(btnParam.LText, btnParam.timestamp)
  
              _LongParam = window.btoa(window.encodeURIComponent(JSON.stringify(_LongParam)))
            } catch {
            } catch (e) {
              console.warn('Stringify Failure')
              _LongParam = ''
            }
@@ -504,7 +504,7 @@
    let _tabviews = []
    if (tabviews) {
      _tabviews = tabviews.filter(tab => tab.MenuName.toLowerCase().indexOf(searchKey.toLowerCase()) >= 0)
      _tabviews = tabviews.filter(tab => tab.MenuName.toLowerCase().indexOf(searchKey.toLowerCase()) >= 0 || tab.MenuNo.toLowerCase().indexOf(searchKey.toLowerCase()) >= 0)
    }
    return (