flat:暂存

This commit is contained in:
Apcallover
2024-05-27 11:39:50 +08:00
parent 4fdcbd3f38
commit 128a85a994
6 changed files with 340 additions and 9 deletions

View File

@@ -438,11 +438,12 @@ export default {
},
async getRightSearchByUserId() {
const {currentPage, size} = this.rightPages
const ids = this.leftUserSelections.map(item => item.userId).join(',');
const idNumbers = this.leftUserSelections.map(item => item.idNumber).join(',');
const createTime = Date.now() + 3000
this.rightLoading = true
let params = {
ids, current: currentPage,
idNumbers,
current: currentPage,
size,
}
let resData = await getSearchAllByUserId(params)