From 15f2edc5941fad1cd7bb58c9b7b0104b85b13d42 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Mon, 5 Aug 2024 16:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=9Eid=3D1=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E9=80=89=E6=8B=A9=E6=97=B6=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ec_api/BasicConfig.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ec_api/BasicConfig.vue b/src/components/ec_api/BasicConfig.vue index f8ceca1..24ceb74 100644 --- a/src/components/ec_api/BasicConfig.vue +++ b/src/components/ec_api/BasicConfig.vue @@ -163,6 +163,8 @@ function handle_api_data() { } }) }) + // 更新first_tab_api对应的值 + store.state.ecApiModule.first_tab_api_id = SelectApi.value[0]['id'] // 生成被选择的api参数对象 SelectApiId.value.forEach(api_id => { if (ApiParams.value.hasOwnProperty(api_id)) {