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;