mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:03:26 +08:00
【修复】修复订单查询后,未将当前查询结果赋值给searchwhere查询变量,导致【导出查询结果】生成excel数据错误的问题。
This commit is contained in:
@@ -221,6 +221,7 @@
|
|||||||
form.on('submit(LAY-app-CoreCmsOrder-search)',
|
form.on('submit(LAY-app-CoreCmsOrder-search)',
|
||||||
function (data) {
|
function (data) {
|
||||||
var tempfilter = $.extend({}, searchwhere, data.field);//合并tab筛选和普通搜索
|
var tempfilter = $.extend({}, searchwhere, data.field);//合并tab筛选和普通搜索
|
||||||
|
searchwhere = tempfilter;
|
||||||
//执行重载
|
//执行重载
|
||||||
table.reloadData('LAY-app-CoreCmsOrder-tableBox', { where: tempfilter });
|
table.reloadData('LAY-app-CoreCmsOrder-tableBox', { where: tempfilter });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user