style: 网元授权状态更新容量和更新时间局部变化
This commit is contained in:
@@ -276,6 +276,8 @@ function fnRecordState(row: Record<string, any>) {
|
|||||||
row.status = '1';
|
row.status = '1';
|
||||||
row.serialNum = res.data.sn;
|
row.serialNum = res.data.sn;
|
||||||
row.expiryDate = res.data.expire;
|
row.expiryDate = res.data.expire;
|
||||||
|
row.capability = res.data.capability;
|
||||||
|
row.updateTime = new Date().getTime();
|
||||||
message.success(
|
message.success(
|
||||||
`${row.neType} ${row.neId} ${dictStatus.value[1].label}`,
|
`${row.neType} ${row.neId} ${dictStatus.value[1].label}`,
|
||||||
3
|
3
|
||||||
|
|||||||
Reference in New Issue
Block a user