king
2022-03-09 1b913a7b9ceace4909594225a201efe9fbae93d3
src/pc/createview/index.jsx
@@ -29,8 +29,6 @@
  verifySubmit = () => {
    this.verifyRef.handleConfirm().then(res => {
      let parMenuId = sessionStorage.getItem('kei_no') + sessionStorage.getItem('typename') + sessionStorage.getItem('lang')
      let menuId = Utils.getuuid()
@@ -163,7 +161,7 @@
          }
          if (_config.components) {
            config.components = MenuUtils.resetConfig(_config.components)
            config.components = MenuUtils.resetConfig(_config.components, res.clearMenu === 'true')
            config.tables = _config.tables || []
            config.style = _config.style || {}
            config.statusBarbgColor = _config.statusBarbgColor || ''
@@ -208,7 +206,7 @@
        <Modal
          title="新建页面"
          visible={visible}
          width={500}
          width={600}
          maskClosable={false}
          okText={dict['model.submit']}
          onOk={this.verifySubmit}