Browse Source

fix: 定额库编辑器,右键添加人材机弹出的窗口中,搜索栏输入文本或数字的光标时间太短

BUG #3129
vian 4 years ago
parent
commit
311cd21a4d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/building_saas/complementary_ration_lib/js/gljSelect.js

+ 2 - 2
web/building_saas/complementary_ration_lib/js/gljSelect.js

@@ -324,7 +324,7 @@ let gljSelOprObj = {
                     cacheSection.push(data[i]);
                 }
             }
-            sheetCommonObj.cleanSheet(me.workBook.getSheet(0), me.setting, -1);
+            // sheetCommonObj.cleanSheet(me.workBook.getSheet(0), me.setting, -1);
             sheetsOprObj.showDataForGljSel(me.workBook.getSheet(0), me.setting, cacheSection, rationGLJOprObj.distTypeTree);
             me.workBook.getSheet(0).setRowCount(cacheSection.length);
             cacheSection = null;
@@ -399,7 +399,7 @@ $(document).ready(function () {
         gljSelOprObj.initView(gljLibId, false);
     });
     $('#gljSearchKeyword').on('keyup', _.debounce(function () {
-        gljSelOprObj.filterDatasAndShow();  
+        gljSelOprObj.filterDatasAndShow();
     }, 300));
     $('#selGlj').on('shown.bs.modal', function () {
         if (gljSelOprObj.workBook) {