Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR]: 希望props中的data发生改变时,最终提交的formdata中的参数可以跟着修改 #3064

Open
qilimazhualuo opened this issue May 8, 2024 · 0 comments
Labels
Feature Request 新功能请求

Comments

@qilimazhualuo
Copy link

NutUI 包名

@nutui/nutui-taro

这个功能解决了什么问题?

在同一个页面提交数据和文件时
数据提交后返回一个id
这些文件需要和这个id关联
但是数据提交后修改data再执行submit 接口中的formdata数据不会发生修改

你期望的组件设计是怎样的?

希望可以改成这样的 data改变后formdata可以改变 其实这样也能实现但是很变扭
const beforeXhrUpload = (xhr, options) => { const { url, taroFilePath: filePath, fileType, header, name } = options xhr({ url, filePath, fileType, header, name, formData: data, success: (res) => { options.onSuccess.call(options, res, options) success(res) }, fail: (err) => { console.log(err) } }) }

@qilimazhualuo qilimazhualuo added the Feature Request 新功能请求 label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request 新功能请求
Projects
None yet
Development

No branches or pull requests

1 participant