Browse Source

代码上传

zhangqi 1 year ago
parent
commit
b447bae625
1 changed files with 3 additions and 2 deletions
  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
   }