PAMapp/pages/myAppointmentList/contactedList.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/pages/myAppointmentList/contactedList.vue
@@ -58,7 +58,7 @@ search() { this.filterList = this.contactedList.filter(item => { return item.name.match(this.keyWord) || item.requirement.match(this.keyWord) return item?.name?.match(this.keyWord) || item?.requirement?.match(this.keyWord) }) } }