Browse Source

优化平衡系数图片上传接口传参

master
李磊 3 years ago
parent
commit
767140986c
  1. 3
      src/views/ysjl/3000/common/index.vue

3
src/views/ysjl/3000/common/index.vue

@ -1084,7 +1084,8 @@ export default {
}
this.uploadService.uploadPhxsBase64File({
ysjlId: this.ysjl.id,
base64File: this.pic
base64File: this.pic,
shebeizhongleidaima: this.ysjl.shebeizhongleidaima
}).then(() => {
if (operation !== 'add') {
this.buildSaveData(operation)

Loading…
Cancel
Save