Browse Source

Finish Hotfix-zh-58

howie 3 years ago
parent
commit
93e5fee997
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/supply/policy/components/retail_form.vue

+ 1 - 0
src/views/supply/policy/components/retail_form.vue

@@ -1426,6 +1426,7 @@ export default {
               if (k.customerWalletId === data.customerWalletId) {
                 this.$set(item, 'serviceId', k.serviceId)
                 this.$set(item, 'serviceName', k.serviceName)
+                this.$set(item, 'amount', k.amount || 0)
               }
             })
           })