Explorar el Código

修改营销活动

Fan hace 2 semanas
padre
commit
93170f1772
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ui/smarttrade-platform/src/components/addMarketing.vue

+ 1 - 1
ui/smarttrade-platform/src/components/addMarketing.vue

@@ -965,7 +965,7 @@
                 hasScheduleApproved: confirmChecks.value.schedule ? 1 : 0,
                 hasGdprCompliant: confirmChecks.value.compliance ? 1 : 0,
                 hasUnsubscribeLink: confirmChecks.value.unsubscribe ? 1 : 0,
-                customerAnalysisIdList: customerList.value.map(c => c.id)
+                customerIdList: customerList.value.map(c => c.id)
             }
             if (isEditMode.value) {
                 await editMarketing(payload)