完成设置模块当中的配送员管理

This commit is contained in:
2026-03-18 16:12:37 +08:00
parent b7c8881e55
commit f1a6c18dfb
8 changed files with 2603 additions and 260 deletions

View File

@@ -64,7 +64,7 @@ const onPageSizeChange = (e : any) => {
}
const onPageBtnClick = (p : number) => {
if (p !== -1) {
if (p !== -1 && p >= 1 && p <= props.totalPage) {
emit('page-change', p)
}
}