Commit 0aec10f4 authored by yaya's avatar yaya

feat:bugfix

parent 471f7518
...@@ -93,8 +93,8 @@ export default { ...@@ -93,8 +93,8 @@ export default {
default: false default: false
}, },
specialPerformanceId: { specialPerformanceId: {
type: String, type: Number,
default: '' default: 0
} }
}, },
data() { data() {
......
...@@ -200,7 +200,6 @@ export default { ...@@ -200,7 +200,6 @@ export default {
}, },
created() { created() {
if (this.$route.query.id == null) { if (this.$route.query.id == null) {
this.listQuery = false
return return
} }
this.id = this.$route.query.id this.id = this.$route.query.id
......
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