Ver Fonte

Finish Hotfix-zh-58

howie há 3 anos atrás
pai
commit
93e5fee997
1 ficheiros alterados com 1 adições e 0 exclusões
  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)
               }
             })
           })