* Fix search error of store list page.
This commit is contained in:
@@ -22,7 +22,7 @@ window.treeClick = function(info)
|
||||
form.append('keyword', $('#name').val());
|
||||
Object.keys(checkedCategories).forEach((id) => form.append('categories[]', id));
|
||||
|
||||
postAndLoadPage(link, form, '#cloudAppContainer');
|
||||
postAndLoadPage(link, form, '#cloudAppContainer', {partial: true});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user