表格分页23调整为0

This commit is contained in:
姜棚 2021-12-17 09:35:47 +08:00
parent 41a008630d
commit f977c2d187
2 changed files with 3 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default class menu extends React.Component {
} }
], ],
emptyText: "抱歉,暂无相关数据记录", emptyText: "抱歉,暂无相关数据记录",
dataCount:23, dataCount:0,
curIndex:0, curIndex:0,
} }

View File

@ -182,9 +182,11 @@ export default class add extends React.Component{
} }
onPhoneChange(e){ onPhoneChange(e){
console.log("电话改变",e)
this.setState({phone_radio:e.target.value}) this.setState({phone_radio:e.target.value})
} }
onEmailChange(e){ onEmailChange(e){
console.log("邮箱改变",e)
this.setState({email_radio:e.target.value}) this.setState({email_radio:e.target.value})
} }
cancel(e){ cancel(e){