From 5630f73ccaf63c9f807cb8f7052b9338ef73fd0c Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 9 Nov 2023 11:43:11 +0800 Subject: [PATCH] =?UTF-8?q?--=E7=AD=BE=E7=BA=A6=E7=94=A8=E6=88=B7odb?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/sub/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/neUser/sub/index.vue b/src/views/neUser/sub/index.vue index 6e5b34ef..cf6c6179 100644 --- a/src/views/neUser/sub/index.vue +++ b/src/views/neUser/sub/index.vue @@ -317,7 +317,7 @@ const modalStateFromOption = reactive({ { label: 'Barring of all outgoing inter-zonal calls except those directed to the home PLMN country barred', - value: 7, + value: 8, }, ], hplmnOdb: [ @@ -450,7 +450,7 @@ function fnModalOk() { const from = toRaw(modalState.from); let ardArr = [0, 0, 0, 0, 0, 0, 0, 0]; let hplmnArr = [0, 0, 0, 0, 0, 0, 0, 0]; - let odbArr = [0, 0, 0, 0, 0, 0, 0, 0]; + let odbArr = [0, 0, 0, 0, 0, 0, 0, 0,0]; from.ard.forEach((item: any) => { ardArr[item] = 1;