style: 注释修改
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user