Commit 5948ffc1 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 35b4d5ce fcff119a
......@@ -205,7 +205,8 @@ export default {
},
},
async created() {
console.log(this.$route);
this.cleanForm();
// this.$route.query ? (this.$route.query = {}) : console.log(456);
this.$route.name == "attendance/stat/list"
? (this.visible = true)
: (this.visible = false);
......
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