Commit 0aec10f4 authored by yaya's avatar yaya

feat:bugfix

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