style: 网元授权状态更新容量和更新时间局部变化

This commit is contained in:
TsMask
2025-05-29 20:33:17 +08:00
parent 2288af6403
commit d6a82f2034

View File

@@ -276,6 +276,8 @@ function fnRecordState(row: Record<string, any>) {
row.status = '1';
row.serialNum = res.data.sn;
row.expiryDate = res.data.expire;
row.capability = res.data.capability;
row.updateTime = new Date().getTime();
message.success(
`${row.neType} ${row.neId} ${dictStatus.value[1].label}`,
3