This commit is contained in:
liuye
2024-07-01 11:37:58 +08:00
parent f43b985c4b
commit c68b06be58

View File

@@ -88,8 +88,11 @@ export default {
}
}
},
onLoad(e) {
this.shopId = e.shopId
onLoad(o) {
this.shopId = o?.shopId
if (decodeURIComponent(o.scene) != 'undefined') {
this.id = decodeURIComponent(o.scene)
}
this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => {
this.getDetail()
this.getAssessList()