king
2022-10-27 83592b5c2dcbfd0a91d36dfa89f1a6cbe95ab1d1
src/views/menudesign/printmenuform/index.jsx
@@ -11,13 +11,6 @@
    updateConfig: PropTypes.func
  }
  // changeFirstCount = (val) => {
  //   if (typeof(val) !== 'number') {
  //     val = ''
  //   }
  //   this.props.updateConfig({...this.props.config, firstCount: val})
  // }
  changeCount = (val) => {
    if (typeof(val) !== 'number') {
      val = ''
@@ -42,13 +35,6 @@
  onPrintPageChange = (val) => {
    this.props.updateConfig({...this.props.config, printPage: val})
  }
  // changeLastCount = (val) => {
  //   if (typeof(val) !== 'number') {
  //     val = ''
  //   }
  //   this.props.updateConfig({...this.props.config, lastCount: val})
  // }
  pageSizeChange = (val) => {
    this.props.updateConfig({...this.props.config, pageSize: val})