king
2022-11-21 89f85223ff7b1b5ee3931ae01efa3dd17d5524fc
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})