diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html index 926d53b9..95b55e9f 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html @@ -221,6 +221,7 @@ form.on('submit(LAY-app-CoreCmsOrder-search)', function (data) { var tempfilter = $.extend({}, searchwhere, data.field);//合并tab筛选和普通搜索 + searchwhere = tempfilter; //执行重载 table.reloadData('LAY-app-CoreCmsOrder-tableBox', { where: tempfilter }); });