--签约用户odb回显问题

This commit is contained in:
lai
2023-11-09 11:43:11 +08:00
parent 7fbac3b32e
commit 5630f73cca

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;