diff --git a/pages/workPlan/dayPlan/sub-user/index.vue b/pages/workPlan/dayPlan/sub-user/index.vue index c44b4bb..694720a 100644 --- a/pages/workPlan/dayPlan/sub-user/index.vue +++ b/pages/workPlan/dayPlan/sub-user/index.vue @@ -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 {