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

bug修改

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