forked from yoone/WEB
fix: bug
This commit is contained in:
parent
0da1459e3f
commit
23a40af797
|
|
@ -27,7 +27,7 @@ const TrackPage: React.FC = () => {
|
|||
}}
|
||||
fieldProps={{
|
||||
prefix: '订单号',
|
||||
onChange(value: string) {
|
||||
async onChange(value: string) {
|
||||
setId(value);
|
||||
setData({})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue