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