| | |
| | | style: { backgroundColor: '#ffffff', paddingTop: '16px', paddingBottom: '80px', paddingLeft: '16px', paddingRight: '16px'}, |
| | | } |
| | | } else { |
| | | if (config.Template === 'CommonTable' && !config.components) { |
| | | let urlparam = JSON.parse(window.decodeURIComponent(window.atob(this.props.match.params.param))) |
| | | urlparam.type = 'CommonTable' |
| | | if (urlparam.PageParam) { |
| | | urlparam.PageParam.Template = 'CommonTable' |
| | | } |
| | | urlparam = window.btoa(window.encodeURIComponent(JSON.stringify(urlparam))) |
| | | |
| | | let url = `#/basedesign/${urlparam}` |
| | | |
| | | window.history.replaceState(null, null, window.location.href.split('#')[0] + url) |
| | | window.location.reload() |
| | | return |
| | | } |
| | | config.uuid = MenuId |
| | | config.MenuID = MenuId |
| | | config.Template = 'BaseTable' |