king
2021-02-22 5a7e0659e6365709e2f5c02307d5d5b0a6bd1cc8
src/tabviews/zshare/settingcomponent/editTable/index.jsx
@@ -21,7 +21,7 @@
    if (inputType === 'select') {
      let _options = []
      if (record.$port) {
        _options = window.GLOB.UserCacheMap.get(record.$port)
        _options = window.GLOB.UserCacheMap.get(record.$port) || []
      }
      return (
        <Select allowClear>