|
|
|
|
@ -7422,6 +7422,7 @@ var ClearanceModal = function ClearanceModal(_ref) {
|
|
|
|
|
value: params.search,
|
|
|
|
|
onChange: function onChange(value) {
|
|
|
|
|
params.keyword = value;
|
|
|
|
|
params.page = 1;
|
|
|
|
|
setParams(objectSpread2_default()({}, params));
|
|
|
|
|
getdata();
|
|
|
|
|
}
|
|
|
|
|
@ -7443,7 +7444,7 @@ var ClearanceModal = function ClearanceModal(_ref) {
|
|
|
|
|
showQuickJumper: true,
|
|
|
|
|
showSizeChanger: true,
|
|
|
|
|
pageSizeOptions: ['10', '15', '50', '100', '200'],
|
|
|
|
|
hideOnSinglePage: true,
|
|
|
|
|
// hideOnSinglePage: true,
|
|
|
|
|
pageSize: params.limit,
|
|
|
|
|
current: params.page,
|
|
|
|
|
position: ["bottomRight"],
|
|
|
|
|
|