代码优化

This commit is contained in:
BianLzhaoMin 2024-12-10 17:47:08 +08:00
parent 30c67d4627
commit ac8f740164
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ export default {
})
})
this.subUserList = this.tempPersonList.filter(
this.subUserList = tempPersonList.filter(
itemA => !this.subUserListTemp.some(itemB => itemB.idNumber == itemA.idNumber)
)
} else {