This commit is contained in:
caoyanyi
2023-09-06 15:49:42 +08:00
parent cc78ba073d
commit e8105c880c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -59,6 +59,6 @@ $('#mainContent').on('keydown', '#name', function(event)
form.append('keyword', $('#name').val());
Object.keys(checkedCategories).forEach((id) => form.append('categories[]', id));
postAndLoadPage(link, form, '#cloudAppContainer', {partial: true});
postAndLoadPage(link, form);
}
});
});
+2 -2
View File
@@ -100,7 +100,7 @@ div
set::current($sortType),
set::linkParams("sortType={key}"),
),
toolbar
(
formGroup
@@ -117,7 +117,7 @@ div
),
),
),
div(...$groups),
pager(
setID('storePager'),