NEZ-290 feat: 增加project类型的chart
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user