默认全选预约项目

master
xy 2 years ago
parent 98b2331048
commit e8608e2610

@ -293,6 +293,11 @@ export default {
}, },
onShow() { onShow() {
}, },
mounted() {
if (this.productType === 2) {
this.form.schedule_list_skus = this.mySkus.map(i => ({ sku_id: i.id }))
}
},
} }
</script> </script>

Loading…
Cancel
Save