|
@@ -262,6 +262,7 @@ const btnClick = (row, index, param) => {
|
|
|
const newVal = _.cloneDeep(index);
|
|
|
newVal.beginPosition = Number(newVal.beginPosition);
|
|
|
newVal.endPosition = Number(newVal.endPosition);
|
|
|
+ newVal.calculationBasis = `${newVal.calculationBasis}`;
|
|
|
for (const key in tableForms) {
|
|
|
for (const p in newVal) {
|
|
|
if (key == p) {
|