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