@@ -126,7 +126,8 @@ export default {
},
created () {
this.updateSystemInfo().then(() => {
- if (this.CaseId) {
+ if (this.caseid) {
+ console.log(this.caseid)
this.init()
}
})