--签约用户odb回显问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user