Commit 385cd53a authored by 何远江's avatar 何远江

gantt图bug修改

parent 0369c0f9
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
tasks: { tasks: {
handler(val) { handler(val) {
if (val.data.length) { if (val.data.length) {
gantt.parse(this.tasks); this.reload()
} }
}, },
deep: true, deep: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment