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) {
const hide = message.loading(t('common.loading'), 0);