Explorar o código

Merge branch 'change-voice' into online

wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
fd2d8a57a8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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) {}