This commit is contained in:
姜棚 2021-11-26 17:32:25 +08:00
parent f3b433d8a1
commit 09480081ca
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ export default class exchangedit extends React.Component{
window.history.back() window.history.back()
},1000); },1000);
},(error)=>{ },(error)=>{
Notify.error(error); Notify.error(error);
}) })
}); });

View File

@ -536,7 +536,7 @@ export default class acclist extends React.Component{
if(com == "restrict") if(com == "restrict")
{ {
return <Input placeholder="请输入数量" type="phone" value={rowData.restrict} onChange={(e)=>{this.onRestrict(e,rowData)}} /> return <input placeholder="请输入数量" value={rowData.restrict} onChange={(e)=>{this.onRestrict(e,rowData)}} />
} }
}} }}
/> />