KKSU
2024-09-05 441e0b1fe123dfa177979515c4d078d95b8f7620
src/main/resources/templates/febs/views/modules/goods/goodsList.html
@@ -220,7 +220,7 @@
        $reset.on('click', function () {
            $searchForm[0].reset();
            sortObject.type = 'null';
            tableIns.reload({where: getQueryParams(), page: {curr: currPageGoods}, initSort: sortObject});
            tableIns.reload({where: getQueryParams(), page: {curr: 1}, initSort: sortObject});
        });
        $add.on('click', function () {