@@ -513,6 +513,7 @@ const handleConfirm = async () => {
.map((orderItemId) => {
return selectedCheckItem.value.map((x,index) => ({
templateId: x.templateId,
+ connectId: x.connectId,
fee: x.fee,
orderItemId
}))