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; }); }