|
@@ -4499,7 +4499,7 @@ export default {
|
|
|
}
|
|
|
// if (i == _unitIndex) {
|
|
|
// continue;
|
|
|
- // } else
|
|
|
+ // } else
|
|
|
// else if (i > this.unitJson.length - 1) {
|
|
|
// _unitJson.push(unitJson[i]);
|
|
|
// }
|
|
@@ -4519,6 +4519,8 @@ export default {
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
+ } else {
|
|
|
+ _unitJson2[this.unitIndex] = _unitJson[this.unitIndex];
|
|
|
}
|
|
|
if (index == 1) {
|
|
|
this.unitJson = _unitJson;
|