-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
表单显示时 el-upload 怎么回显数据 #153
Comments
我是在render.js里修改的,给file-list赋值。但如果上传了多张图片,vModel会执行多次,el-upload会渲染多次,有闪动现象,但好歹能回显 后台返回的图片了。 dataObject.on.input = val => { |
upload渲染多次怎么解决的? |
form-generator 制作并保存了表单 json,表单运行时 el-upload选择文件上传 能正常显示 并且能上传成功。查看表单信息时 formjson 和 formdata 都有值,但el-upload并不能回显图片。 #125 按照这个修改,也不能显示 数据库 查询出来的图片。求教。
The text was updated successfully, but these errors were encountered: