zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

fix: bug

This commit is contained in:
cll 2025-09-02 14:34:14 +08:00
parent 0da1459e3f
commit 23a40af797
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const TrackPage: React.FC = () => {
}} }}
fieldProps={{ fieldProps={{
prefix: '订单号', prefix: '订单号',
onChange(value: string) { async onChange(value: string) {
setId(value); setId(value);
setData({}) setData({})