diff --git a/erp-produce/src/main/resources/template/js/erpDepartStock/erpDepartStockList.js b/erp-produce/src/main/resources/template/js/erpDepartStock/erpDepartStockList.js index ac37d34cebaa099e06a02a05f6544cb6503cb70c..fd1ab0cb2557b905fea6ba0dd5e136899dd66f23 100644 --- a/erp-produce/src/main/resources/template/js/erpDepartStock/erpDepartStockList.js +++ b/erp-produce/src/main/resources/template/js/erpDepartStock/erpDepartStockList.js @@ -69,7 +69,10 @@ layui.config({ } function getTableParams() { - return $.extend(true, {}, initTableSearchUtil.getSearchValue("messageTable")); + var params = { + type: 'department', + } + return $.extend(true, params, initTableSearchUtil.getSearchValue("messageTable")); } exports('erpDepartStockList', {});