diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 996a735..8480117 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -2119,6 +2119,7 @@ export default { let { data, status } = await groupDataLst(); if (status === 200) { this.delivery = data; + this.formValidate.delivery_mode = data[0].group_data_id } }, setSort() {