|
@@ -101,7 +101,7 @@ export default {
|
|
|
},
|
|
|
onMounted () {
|
|
|
if (!this.$refs.panorama.onInitPanorama) {
|
|
|
- this.$message.error('尚未配置实例化方法')
|
|
|
+ this.$message.error('该页面尚未配置实例化方法 onInitPanorama()')
|
|
|
return
|
|
|
}
|
|
|
this.$refs.panorama.onInitPanorama(this.$route.query.organizationNo, this.$route.query.employeeNo, this.menuPath.at(-1).label)
|