@@ -88,7 +88,7 @@
showPopup: function(_name, _item) {
closeStagPopup();
this.popupMode = _item ? 'edit' : 'add';
- this.popupItem = _item ? _item : {
+ this.popupItem = _item ? JSON.parse(JSON.stringify(_item)) : {
uid: '',
is_open: true,
items: '',
tests: '',