feat: support ims and smsc

This commit is contained in:
zhangsz
2025-06-20 18:43:26 +08:00
parent c1fe8cd4c5
commit e53328176c
4 changed files with 7 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ function fnModalVisibleByEdit(record?: any) {
function fnModalOk() {
modalState.confirmLoading = true;
const from = toRaw(modalState.from);
from.rmUid = `4400HX${from.neType}${from.neId}`; // 4400HX1AMF001
from.rmUid = `4400PSAP${from.neType}${from.neId}`; // 4400HX1AMF001
from.neName = `${from.neType}_${from.neId}`; // AMF_001
const result = from.id ? updateNeInfo(from) : addNeInfo(from);
const hide = message.loading(t('common.loading'), 0);