zhengnaiwen_citu 5 달 전
부모
커밋
22576ce6b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/humanResources/panorama/panoramaDetails.vue

+ 1 - 1
src/views/humanResources/panorama/panoramaDetails.vue

@@ -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)