king
2023-10-19 96989af7e330a08d376002b0759705a477039f61
src/tabviews/custom/components/module/voucher/saveAsTemp/index.jsx
@@ -18,15 +18,13 @@
  UNSAFE_componentWillMount() {
    let menuId = '16289973311406f3ko9nm8ehotdmu80o'
    let menu = window.GLOB.mkThdMenus.filter(m => m.MenuID === menuId)[0]
    let menu = window.GLOB.mkThdMenus.get(menuId)
    if (menu) {
      let newtab = {
      this.setState({menu: {
        ...menu,
        param: {}
      }
      this.setState({menu: newtab})
      }})
    }
  }