@@ -157,6 +157,5 @@ export function resetCode(params: ResetCodeType) {
url: '/user/changePassword',
method: 'POST',
params,
- headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
});
}
@@ -24,6 +24,7 @@
:columns="columns"
:request="loadDataTable"
:row-key="(row) => row.id"
+ :pagination="{ hideOnSinglePage: false }"
:tableSetting="{
size: false,
redo: false,