zhangqi hace 1 año
padre
commit
b447bae625
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/DRP/SDrpManagement/collection/index.vue

+ 3 - 2
src/DRP/SDrpManagement/collection/index.vue

@@ -162,7 +162,7 @@
             customcolors:e.customcolors ? e.customcolors:0,
             customcheek:e.customcheek ? e.customcheek:0,
             custommaterial:e.custommaterial ? e.custommaterial:0,
-            sa_brandid: e.sa_brandid,
+            sa_brandid: e.brand[0].sa_brandid,
             sa_shoppingcartid:e.sa_shoppingcartid,
           }
         }
@@ -173,7 +173,7 @@
           qty:e.favoritesqty,
           length:0,
           width:0,
-          sa_brandid: e.sa_brandid,
+          sa_brandid: e.brand[0].sa_brandid,
           sa_shoppingcartid:e.sa_shoppingcartid,
         }
       }
@@ -303,6 +303,7 @@
   const open = ref(false)
   const prodData = ref({})
   const openCustom = (data)=>{
+    console.log(data);
     open.value = true
     prodData.value = data
   }