wangyi
2026-03-03 fbe87c8d043cb038d384df7721bc071676a0c24c
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["内容"]}`,