NEZ-289 perf: 标题色、endpointstat错误数值修正
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
immediate: true,
|
||||
handler(n, o) {
|
||||
setTimeout(() => {
|
||||
if (n && !o || n.id != o.id) {
|
||||
if ((n && !o) || n.id != o.id) {
|
||||
this.getTableData(n.id);
|
||||
}
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user