Commit 0369c0f9 authored by 何远江's avatar 何远江

bug修改

parent 5205e7d2
......@@ -32,6 +32,17 @@ export default {
},
},
watch: {
tasks: {
handler(val) {
if (val.data.length) {
gantt.parse(this.tasks);
}
},
deep: true,
},
},
created() {},
mounted: function () {
......
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