maixinrong 5 years ago
parent
commit
7b3e3c6ab3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/public/js/stage_gather.js

+ 2 - 2
app/public/js/stage_gather.js

@@ -126,7 +126,7 @@ $(document).ready(function () {
     $('.custom-radio').click(() => {
         setLocalCache('StageGatherOverType', $('input[name=customRadio]:checked').attr('id'));
         checkOverRange(gclGatherData);
-        SpreadJsObj.reloadSheetData(gclSpread.getActiveSheet());
+        SpreadJsObj.reLoadSheetData(gclSpread.getActiveSheet());
         // 收起菜单
         $('.dropdown-menu').click();
     });
@@ -134,7 +134,7 @@ $(document).ready(function () {
         this.value = this.value >= 50 ? (this.value <= 100 ? ZhCalc.round(this.value, 2) : 100) : 50;
         setLocalCache('StageGatherOverPercent', this.value);
         checkOverRange(gclGatherData);
-        SpreadJsObj.reloadSheetData(gclSpread.getActiveSheet());
+        SpreadJsObj.reLoadSheetData(gclSpread.getActiveSheet());
     });
     const chapterData = gclGatherModel.gatherChapterData(chapter, ['total_price', 'contract_tp', 'qc_tp', 'pre_contract_tp', 'pre_qc_tp']);
     for (const c of chapterData) {