Ver Fonte

Merge branch 'change-voice' into online

wolyshaw há 4 anos atrás
pai
commit
fd2d8a57a8
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      src/views/teamBuild/modals/change-voice.vue

+ 4 - 0
src/views/teamBuild/modals/change-voice.vue

@@ -177,6 +177,10 @@ const formatAllGoods = (data, kitGroupPurchaseType) => {
           try {
             json = JSON.parse(item.kitGroupPurchaseTypeJson)
           } catch (error) {}
+          json = {
+            ...json,
+            OWN: 0
+          }
           try {
             courseJson = JSON.parse(item.coursePurchaseTypeJson)
           } catch (error) {}