style: 注释修改

This commit is contained in:
TsMask
2024-05-11 10:45:34 +08:00
parent 8a5f80fe47
commit 7560f21f11
2 changed files with 3 additions and 2 deletions

View File

@@ -245,7 +245,8 @@ function fnModalVisibleById(id: string) {
/** /**
* 对话框弹出显示为 新增或者修改 * 对话框弹出显示为 新增或者修改
* @param id id * @param neType 网元类型
* @param neId 网元ID
*/ */
function fnModalVisibleByTypeAndId(neType: string, neId: string) { function fnModalVisibleByTypeAndId(neType: string, neId: string) {
const hide = message.loading(t('common.loading'), 0); const hide = message.loading(t('common.loading'), 0);

View File

@@ -248,7 +248,7 @@ function fnModalOk() {
} }
}, },
onOk: () => { onOk: () => {
from.rmUid = `0000XX${from.neType}${from.neId}`; // 4400HX1AMF001 from.rmUid = `4400HX${from.neType}${from.neId}`; // 4400HX1AMF001
from.neName = `${from.neType}_${from.neId}`; // AMF_001 from.neName = `${from.neType}_${from.neId}`; // AMF_001
const hide = message.loading(t('common.loading'), 0); const hide = message.loading(t('common.loading'), 0);
const result = const result =