Commit f56268df authored by 何远江's avatar 何远江

bug修改

parent 385cd53a
...@@ -33,14 +33,14 @@ export default { ...@@ -33,14 +33,14 @@ export default {
}, },
watch: { watch: {
tasks: { // tasks: {
handler(val) { // handler(val) {
if (val.data.length) { // if (val.data.length) {
this.reload() // this.reload()
} // }
}, // },
deep: true, // deep: true,
}, // },
}, },
created() {}, created() {},
......
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