king
2023-09-12 0844cf7a0de1b38ff9649e7958adbfffe1b3532d
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})
      }})
    }
  }