Merge branch 'couponV2.0' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into couponV2.0
This commit is contained in:
commit
ca63c4a6ee
|
@ -203,9 +203,9 @@ export default class acclist extends React.Component {
|
||||||
|
|
||||||
//敲回车查询
|
//敲回车查询
|
||||||
sureFn() {
|
sureFn() {
|
||||||
this.setState({ page: 1 })
|
this.setState({ page: 1, limit: 10 }, () => {
|
||||||
this.setState({ limit: 10 })
|
this.getCodeListFn()
|
||||||
this.getCodeListFn()
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
//作废
|
//作废
|
||||||
|
|
Loading…
Reference in New Issue