Commit fcff119a authored by 姬鋆屾's avatar 姬鋆屾

parent 2465d4d3
......@@ -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