Merge pull request #8248 from hsm-lv/fix-upload

fix:上传文件&图片成功事件数据
This commit is contained in:
hsm-lv 2023-09-26 16:41:12 +08:00 committed by GitHub
commit d31f48832f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -101,7 +101,11 @@ export class FileControlPlugin extends BasePlugin {
properties: {
item: {
type: 'object',
title: '远程上传请求成功后返回的结果数据'
title: '上传的文件'
},
result: {
type: 'object',
title: '远程上传请求成功后返回的响应数据'
}
}
}

View File

@ -144,7 +144,11 @@ export class ImageControlPlugin extends BasePlugin {
properties: {
item: {
type: 'object',
title: '远程上传请求成功后返回的结果数据'
title: '上传的文件'
},
result: {
type: 'object',
title: '远程上传请求成功后返回的响应数据'
}
}
}