classify admin
This commit is contained in:
24
public/assets/js/custom/bootstrap-table/queryParams.js
Normal file
24
public/assets/js/custom/bootstrap-table/queryParams.js
Normal file
@@ -0,0 +1,24 @@
|
||||
function queryParams(p) {
|
||||
return p;
|
||||
}
|
||||
|
||||
function reportReasonQueryParams(p) {
|
||||
return {
|
||||
...p,
|
||||
"status": $('#filter_status').val(),
|
||||
};
|
||||
}
|
||||
|
||||
function userListQueryParams(p) {
|
||||
return {
|
||||
...p,
|
||||
"status": $('#filter_status').val(),
|
||||
};
|
||||
}
|
||||
|
||||
function notificationUserList(p) {
|
||||
return {
|
||||
...p,
|
||||
notification_list: 1
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user