自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-28 4ff5578af7c4ed7d0afd94f8faf45d0b402cad8a
src/main/webapp/static/js/orderTable.js
@@ -55,7 +55,7 @@
    /* 表格重置 */
    form.on('submit(originTbReset)', function (data) {
        insTb.reload({where: null});
        insTb2.reload({where: {host_id: null}, page: {curr: 1}});
        insTb2.reload({where: null, page: {curr: 1}});
        return false;
    });