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) { onLoad(o) {
this.shopId = e.shopId this.shopId = o?.shopId
if (decodeURIComponent(o.scene) != 'undefined') {
this.id = decodeURIComponent(o.scene)
}
this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => { this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => {
this.getDetail() this.getDetail()
this.getAssessList() this.getAssessList()