|
@@ -176,22 +176,6 @@ export class FollowCommunicationsAdminstrationEditComponent implements OnInit {
|
|
|
this.subLocationVal = this.maintData.sub_location_id;
|
|
|
|
|
|
this.returnEditData();
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
this.bindingDateSplitEnd = {
|
|
|
year: parseInt(this.maintData.created_date.split('-')[0]),
|
|
@@ -200,7 +184,7 @@ export class FollowCommunicationsAdminstrationEditComponent implements OnInit {
|
|
|
}
|
|
|
|
|
|
this.userData = responce['communication']['user'];
|
|
|
- this.spinner.hide();
|
|
|
+
|
|
|
console.log('gggg', this.maintData);
|
|
|
if(this.maintData['files'].length > 0) {
|
|
|
this.showAttachements = true;
|
|
@@ -208,6 +192,7 @@ export class FollowCommunicationsAdminstrationEditComponent implements OnInit {
|
|
|
this.showAttachements = false;
|
|
|
}
|
|
|
console.log('user data ', this.userData);
|
|
|
+ this.spinner.hide();
|
|
|
},
|
|
|
(error) => {
|
|
|
console.log(error);
|