|
@@ -247,13 +247,17 @@ layui.config({
|
|
|
|
|
|
|
|
//执行重载
|
|
//执行重载
|
|
|
table.reload('LAY-list-manage', {
|
|
table.reload('LAY-list-manage', {
|
|
|
- where: field
|
|
|
|
|
|
|
+ where: field,
|
|
|
|
|
+ page: {
|
|
|
|
|
+ curr: 1
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
form.on('submit(LAY-list-front-searchall)', function (data) {
|
|
form.on('submit(LAY-list-front-searchall)', function (data) {
|
|
|
table.reload('LAY-list-manage', {
|
|
table.reload('LAY-list-manage', {
|
|
|
- where: {
|
|
|
|
|
- BrandId: BrandId
|
|
|
|
|
|
|
+ where: null,
|
|
|
|
|
+ page: {
|
|
|
|
|
+ curr: 1
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|