使用el-upload组件手动上传,但是上传的文件有点多,一共四个上传组件,每个组件都可传多张图片。
// 提交图片
this.$refs.housingright[0].submit()
this.$refs.evaluationreport[0].submit()
this.$refs.idcard[0].submit()
this.$refs.otherinformation[0].submit()
await HttpService.postRequest("/insert_smallbusiness", this.form).then()
1.怎么在图片都上传完成后调用表单上传接口
2.每个图片都有额外参数,能不能一次性上传,之前试过批量上传,图片可以上传,但是额外参数没办法绑定