zhaoke il y a 1 an
Parent
commit
f1d470d516
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/systemSettings/warningEdit/index.vue

+ 1 - 0
src/views/systemSettings/warningEdit/index.vue

@@ -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) {