pages/ZLGL/OA_WorkLink/OA_WorkLinkBillQuery.vue
@@ -93,7 +93,7 @@ this.tabs = tabIndex switch (tabIndex) { case 0: this.sWhere = ` and 接收人 = '${getUserInfo()['HEmpName']}' and 阅读状态 = '未阅'` this.sWhere = ` and (接收人 = '${getUserInfo()['HEmpName']}' or 抄送接收人 = '${getUserInfo()['HEmpName']}') and 阅读状态 = '未阅'` break; case 1: this.sWhere = ` and 接收人 = '${getUserInfo()['HEmpName']}'` @@ -159,6 +159,7 @@ } }, displayDetail(item) { console.log('item: ',item); uni.showModal({ title: `${item["主题"]}`, content: `${item["内容"]}`,