diff --git a/src/components/LeftNav/LeftNav.vue b/src/components/LeftNav/LeftNav.vue index 0bcf8a4..3626e12 100644 --- a/src/components/LeftNav/LeftNav.vue +++ b/src/components/LeftNav/LeftNav.vue @@ -65,7 +65,7 @@ export default { if (!url) { if (this.code && code !== this.code) { this.$router.push({ query: { code: childCode } }); - this.$emit('chanegCode', code); + this.$emit('changeCode', code); this.childCode = code; } else if (code === this.code) { const path = window.location.href.split('?') diff --git a/src/views/CompanyProfile/CompanyProfile.vue b/src/views/CompanyProfile/CompanyProfile.vue index 2817cdd..a9d96ed 100644 --- a/src/views/CompanyProfile/CompanyProfile.vue +++ b/src/views/CompanyProfile/CompanyProfile.vue @@ -3,7 +3,7 @@
- +
@@ -93,7 +93,7 @@ export default { console.error('error: ', error); } }, - chanegCode(code) { + changeCode(code) { this.code = code; }, resetData() { diff --git a/src/views/NewPages/NewPages.vue b/src/views/NewPages/NewPages.vue index 773047a..679ed5a 100644 --- a/src/views/NewPages/NewPages.vue +++ b/src/views/NewPages/NewPages.vue @@ -3,7 +3,7 @@
- +
@@ -217,7 +217,7 @@ export default { console.error('error: ', error); } }, - chanegCode(code) { + changeCode(code) { this.code = code; this.introId = ''; }, diff --git a/src/views/OtherPages/Department.vue b/src/views/OtherPages/Department.vue index 8c52ad8..73a2052 100644 --- a/src/views/OtherPages/Department.vue +++ b/src/views/OtherPages/Department.vue @@ -3,11 +3,11 @@
- +
-