diff --git a/docs/components/form/file.md b/docs/components/form/file.md index 730842dfb..bd3127c5e 100755 --- a/docs/components/form/file.md +++ b/docs/components/form/file.md @@ -123,9 +123,13 @@ order: 21 ```json { - "value": "xxxxxxx", - "filename": "xxxx.csv", - "url": "http://xxxx.xxx.xxx" + "status": 0, + "msg": "", + "data": { + "value": "xxxxxxx", + "filename": "xxxx.csv", + "url": "http://xxxx.xxx.xxx" + } } ```