fix:修复岗位选择器翻页无效的bug
This commit is contained in:
@ -174,8 +174,9 @@
|
|||||||
data.searchConfig.deptId = deptId;
|
data.searchConfig.deptId = deptId;
|
||||||
getList();
|
getList();
|
||||||
}
|
}
|
||||||
function pageChange(pagination) {
|
function pageChange(currPage) {
|
||||||
data.page.current = pagination.current;
|
data.page.current = currPage;
|
||||||
|
getList();
|
||||||
}
|
}
|
||||||
async function getSelectedList() {
|
async function getSelectedList() {
|
||||||
let list = await getPostMulti(data.selectedIds.join(','));
|
let list = await getPostMulti(data.selectedIds.join(','));
|
||||||
|
|||||||
Reference in New Issue
Block a user