style: 网元授权状态更新容量和更新时间局部变化
This commit is contained in:
@@ -253,6 +253,8 @@ function fnModalOk(e: 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();
|
||||||
} else {
|
} else {
|
||||||
row.status = '0';
|
row.status = '0';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user