mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 11:38:03 +08:00
amis-saas-7139 input-file 事件参数修改
Change-Id: I394a9db1feeda6427afdd7b50f258c5a7cb16c66
This commit is contained in:
parent
4dab3c7e54
commit
1ebe50e1e2
@ -51,7 +51,7 @@ export class FileControlPlugin extends BasePlugin {
|
||||
{
|
||||
type: 'object',
|
||||
properties: {
|
||||
'event.data.value': {
|
||||
'event.data.file': {
|
||||
type: 'object',
|
||||
title: '上传的文件'
|
||||
}
|
||||
@ -67,7 +67,7 @@ export class FileControlPlugin extends BasePlugin {
|
||||
{
|
||||
type: 'object',
|
||||
properties: {
|
||||
'event.data.value': {
|
||||
'event.data.file': {
|
||||
type: 'object',
|
||||
title: '被移除的文件'
|
||||
}
|
||||
@ -83,7 +83,7 @@ export class FileControlPlugin extends BasePlugin {
|
||||
{
|
||||
type: 'object',
|
||||
properties: {
|
||||
'event.data.value': {
|
||||
'event.data.file': {
|
||||
type: 'object',
|
||||
title: '远程上传请求成功后返回的结果数据'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user