fix: 网元公共参数初始数据组件回填,adb绑定0.00.0

This commit is contained in:
TsMask
2024-05-30 21:20:10 +08:00
parent 2ee26a6958
commit 22ced8bdb2
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ function fnGetList() {
break;
case 'UDM':
state.from.sbi.udm_ip = item.ip;
state.from.sbi.adb_ip = item.ip;
state.from.sbi.adb_ip = '0.0.0.0';
break;
case 'SMF':
state.from.sbi.smf_ip = item.ip;