Преглед на файлове

查找定位刷新问题

MaiXinRong преди 1 месец
родител
ревизия
0cc1a613da
променени са 3 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 1 0
      app/public/js/cost_stage_analysis.js
  2. 1 0
      app/public/js/cost_stage_book.js
  3. 1 0
      app/public/js/cost_stage_ledger.js

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

@@ -896,6 +896,7 @@ $(document).ready(function() {
         callback: function () {
         callback: function () {
             billsObj.spread.refresh();
             billsObj.spread.refresh();
             detailObj.spread.refresh();
             detailObj.spread.refresh();
+            searchObj.spread.refresh();
         }
         }
     });
     });
     // 导航Menu
     // 导航Menu

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

@@ -735,6 +735,7 @@ $(document).ready(function() {
         callback: function () {
         callback: function () {
             billsObj.spread.refresh();
             billsObj.spread.refresh();
             detailObj.spread.refresh();
             detailObj.spread.refresh();
+            searchObj.spread.refresh();
         }
         }
     });
     });
     // 导航Menu
     // 导航Menu

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

@@ -1342,6 +1342,7 @@ $(document).ready(function() {
         callback: function () {
         callback: function () {
             billsObj.spread.refresh();
             billsObj.spread.refresh();
             detailObj.spread.refresh();
             detailObj.spread.refresh();
+            searchObj.spread.refresh();
         }
         }
     });
     });
     // 导航Menu
     // 导航Menu