NEZ-289 perf: 标题色、endpointstat错误数值修正

This commit is contained in:
chenjinsong
2020-06-03 17:51:28 +08:00
parent 462fd8eb34
commit f8b91ed928
4 changed files with 38 additions and 12 deletions

View File

@@ -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);