wgl 4 år sedan
förälder
incheckning
f48fcda9c0

+ 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;