|
@@ -252,7 +252,7 @@
|
|
|
this.erxPopupItem.data.comments = [];
|
|
|
}
|
|
|
this.erxPopupItem.data.comments.push(comment);
|
|
|
- this.erxAutoSave();
|
|
|
+ this.erxSavePopupItem(true);
|
|
|
},
|
|
|
labShowPopup: function(_item) {
|
|
|
this.labPopupMode = _item ? 'edit' : 'add';
|
|
@@ -321,7 +321,7 @@
|
|
|
this.labPopupItem.data.comments = [];
|
|
|
}
|
|
|
this.labPopupItem.data.comments.push(comment);
|
|
|
- this.labAutoSave();
|
|
|
+ this.labSavePopupItem(true);
|
|
|
},
|
|
|
imagingShowPopup: function(_item) {
|
|
|
this.imagingPopupMode = _item ? 'edit' : 'add';
|
|
@@ -390,7 +390,7 @@
|
|
|
this.imagingPopupItem.data.comments = [];
|
|
|
}
|
|
|
this.imagingPopupItem.data.comments.push(comment);
|
|
|
- this.imagingAutoSave();
|
|
|
+ this.imagingSavePopupItem(true);
|
|
|
},
|
|
|
equipmentShowPopup: function(_item) {
|
|
|
this.equipmentPopupMode = _item ? 'edit' : 'add';
|
|
@@ -458,7 +458,7 @@
|
|
|
this.equipmentPopupItem.data.comments = [];
|
|
|
}
|
|
|
this.equipmentPopupItem.data.comments.push(comment);
|
|
|
- this.equipmentAutoSave();
|
|
|
+ this.equipmentSavePopupItem(true);
|
|
|
},
|
|
|
|
|
|
// common
|