From e4e24a6d76c751df5b2058f4e991ce4334245132 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 6 Nov 2023 18:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=85=B3=E9=97=AD=E5=B5=8C=E5=A5=97=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/configManage/configParam/index.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 71f0dfc5..e353af64 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "核心网管理平台" VITE_APP_CODE = "CoreNet" # 应用版本 -VITE_APP_VERSION = "2.2311.7.1106" +VITE_APP_VERSION = "2.231106.7" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/views/configManage/configParam/index.vue b/src/views/configManage/configParam/index.vue index 862b726d..64e40496 100644 --- a/src/views/configManage/configParam/index.vue +++ b/src/views/configManage/configParam/index.vue @@ -83,6 +83,8 @@ function fnTabActiveTopTag(key: string | number) { .finally(() => { tableState.arrayNewIndex = -1; tableState.editRecord = {}; + tableState.arrayChildNewIndex = -1; + tableState.arrayChildEditRecord = {}; tableState.loading = false; }); }