|
@@ -136,7 +136,7 @@ export default {
|
|
|
}
|
|
|
this.loading = true
|
|
|
let param = JSON.parse(JSON.stringify(this.form))
|
|
|
- param.voucherUrl = param.voucherUrl
|
|
|
+ param.voucherUrl = param.voucherUrl.join(',')
|
|
|
let res = await updateCorporateApi(param)
|
|
|
if(res.code == 200) {
|
|
|
this.$message.success("操作成功!");
|