From a76ea482c61d6821010baad6674d61b1f9b1c957 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 27 Sep 2025 19:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=86=85=E7=9B=B4=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/materialsStation/straight/straightTransfer/index.vue | 2 ++ .../materialsStation/straight/straightTransferReview/index.vue | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/materialsStation/straight/straightTransfer/index.vue b/src/views/materialsStation/straight/straightTransfer/index.vue index dade6856..ee3b5658 100644 --- a/src/views/materialsStation/straight/straightTransfer/index.vue +++ b/src/views/materialsStation/straight/straightTransfer/index.vue @@ -818,11 +818,13 @@ export default { }, projectChange(val) { const obj = this.projectList.find(item => item.proId === val) + console.log('🚀 ~ projectChange ~ obj:', obj) if (!val) { this.maForm.backTeamId = '' this.uniteList = [] return } + this.maForm.backProName = obj.proName setTimeout(() => { getTeamListApi({ isAll: 0, proId: obj.proId }).then(response => { this.uniteList = response.data diff --git a/src/views/materialsStation/straight/straightTransferReview/index.vue b/src/views/materialsStation/straight/straightTransferReview/index.vue index b33229e4..9bab09d2 100644 --- a/src/views/materialsStation/straight/straightTransferReview/index.vue +++ b/src/views/materialsStation/straight/straightTransferReview/index.vue @@ -242,8 +242,7 @@ export default { // 判断审核按钮显示隐藏 auditingShow(row) { if (row.directUserIds) { - const directUserIds = row.directUserIds.split(',') - return (row.status == 1 || row.status == 0) && directUserIds.includes(this.userId) + return (row.status == 1 || row.status == 0) && row.directUserIds.includes(this.userId) } }, // 导出数据