Merge branch 'main' of http://192.168.2.166:3180/OMC/ems_frontend_vue3
This commit is contained in:
@@ -317,7 +317,7 @@ const modalStateFromOption = reactive({
|
|||||||
{
|
{
|
||||||
label:
|
label:
|
||||||
'Barring of all outgoing inter-zonal calls except those directed to the home PLMN country barred',
|
'Barring of all outgoing inter-zonal calls except those directed to the home PLMN country barred',
|
||||||
value: 7,
|
value: 8,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
hplmnOdb: [
|
hplmnOdb: [
|
||||||
@@ -450,7 +450,7 @@ function fnModalOk() {
|
|||||||
const from = toRaw(modalState.from);
|
const from = toRaw(modalState.from);
|
||||||
let ardArr = [0, 0, 0, 0, 0, 0, 0, 0];
|
let ardArr = [0, 0, 0, 0, 0, 0, 0, 0];
|
||||||
let hplmnArr = [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) => {
|
from.ard.forEach((item: any) => {
|
||||||
ardArr[item] = 1;
|
ardArr[item] = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user