@@ -4482,7 +4482,7 @@ export default {
}
} else {
- _unitJson = _unitJson2;
+ _unitJson = JSON.parse(JSON.stringify(_unitJson2));
for (let i = 0; i < unitJson.length; i++) {