Browse Source

1. 优化

MONSTER-ygh 2 tuần trước cách đây
mục cha
commit
d287eac321
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/order/groupBuyingMr/dialog/payOrCredit.vue

+ 1 - 1
src/views/order/groupBuyingMr/dialog/payOrCredit.vue

@@ -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("操作成功!");