|
@@ -108,6 +108,9 @@ export default {
|
|
|
this.EvaluationShow = true
|
|
this.EvaluationShow = true
|
|
|
this.SettleAccountsShow = true
|
|
this.SettleAccountsShow = true
|
|
|
}
|
|
}
|
|
|
|
|
+ if (this?.$route?.params?.pagePam === 'Evaluation' && this.EvaluationShow === false) {
|
|
|
|
|
+ this.activeName = 'workOrderInfo'
|
|
|
|
|
+ }
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|