Explorar el Código

Merge tag 'Hotfix-zh-58' into develop

Finish Hotfix-zh-58
howie hace 3 años
padre
commit
c2d7c667cc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
               }
             })
           })