From 9575e2326e2dfbed853479c507cb9618096ce02d Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Tue, 4 Jun 2024 16:26:26 +0800 Subject: [PATCH] 1 --- src/views/product/addProduct/index.vue | 1 + 1 file changed, 1 insertion(+) 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() {