src/views/patient/patient/outpatient.vue @@ -1232,7 +1232,7 @@ return; } this.archivePatients = this.userList.filter((item) => this.ids.includes(item.patid) this.ids.includes(item.id) ); this.archiveDialogVisible = true; },