wgl 4 년 전
부모
커밋
f48fcda9c0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/projects/business/views/Common/Notice/Info.vue
  2. 1 1
      src/projects/pension/views/Common/Notice/Info.vue

+ 1 - 1
src/projects/business/views/Common/Notice/Info.vue

@@ -59,7 +59,7 @@
 			getDetail(id) {
 				var id = id || this.id;
 				this.isLoading = true;
-				API_Notice.getMessageInfo(this.id).then(response => {
+				API_Notice.getMessageInfo(id).then(response => {
 
 					this.detail = response;
 

+ 1 - 1
src/projects/pension/views/Common/Notice/Info.vue

@@ -59,7 +59,7 @@
 			getDetail(id) {
 				var id = id || this.id;
 				this.isLoading = true;
-				API_Notice.getMessageInfo(this.id).then(response => {
+				API_Notice.getMessageInfo(id).then(response => {
 
 					this.detail = response;