NEZ-290 feat: 增加project类型的chart

This commit is contained in:
chenjinsong
2020-06-02 19:59:59 +08:00
parent b07f7f2d3d
commit 61147f7762
6 changed files with 440 additions and 26 deletions

View File

@@ -430,9 +430,11 @@
},
obj: {
immediate: true,
handler(n) {
handler(n, o) {
setTimeout(() => {
this.getTableData(n.id);
if (n && !o || n.id != o.id) {
this.getTableData(n.id);
}
}, 500);
}
}