This commit is contained in:
2023-11-09 11:52:55 +08:00

View File

@@ -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;