From bcdb64777ae0ab1a7fa59f3304fdb249573acbe8 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 27 Jun 2025 17:39:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20MME=E9=85=8D=E7=BD=AEtai-tac=E6=95=B0?= =?UTF-8?q?=E5=80=BC=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neConfig/components/Base.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ne/neConfig/components/Base.vue b/src/views/ne/neConfig/components/Base.vue index deffe310..8de2fa72 100644 --- a/src/views/ne/neConfig/components/Base.vue +++ b/src/views/ne/neConfig/components/Base.vue @@ -313,7 +313,7 @@ const supportMapper = { return { index: index, plmnId: plmn, - tac: param.tac, + tac: parseInt(param.tac), }; }, },