MaiXinRong пре 2 година
родитељ
комит
94ea55abfa
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/public/js/measure_compare.js

+ 1 - 0
app/public/js/measure_compare.js

@@ -280,6 +280,7 @@ $(document).ready(() => {
     const compareStages = [];
     $('#select-qi-ok').click(function () {
         function refreshView () {
+            compareStages.length = 0;
             for (let order = 0, iLength = trs.length; order < iLength; order++) {
                 const tr = trs[order];
                 if ($('input', tr)[0].checked) {