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;