From 96d8b388245703246a42b636e29ab530842fac68 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 17 Apr 2025 14:05:46 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../picking/auditing/component/auditingPage1.vue | 10 +++++----- src/views/repairTest/testExamine/index.vue | 9 ++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue b/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue index c34c82b..17e3810 100644 --- a/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue +++ b/src/views/claimAndreturn/picking/auditing/component/auditingPage1.vue @@ -724,12 +724,12 @@ export default { // this.flowPath[2].icon = 'el-icon-close' // } - if (this.queryParams.leaseType == '1') { - this.flowPath = [this.flowPath[2]] - } else { + // if (this.queryParams.leaseType == '1') { + // this.flowPath = [this.flowPath[2]] + // } else { + // this.flowPath = this.flowPath + // } this.flowPath = this.flowPath - } - if (res.rows[0].ctLeaseApplyDetails) { this.getCtFileList(res.rows[0].ctLeaseApplyDetails) } diff --git a/src/views/repairTest/testExamine/index.vue b/src/views/repairTest/testExamine/index.vue index 70de307..5aa0702 100644 --- a/src/views/repairTest/testExamine/index.vue +++ b/src/views/repairTest/testExamine/index.vue @@ -1032,13 +1032,12 @@ export default { // this.repairId = row.repairId // console.log(row, 'row===============') - console.log(this.repairId) - console.log(111111111111) this.getPartRecordList(row) }, - getPartRecordList() { + getPartRecordList(row) { let params = { - repairId: this.repairId, + id: row.id, + partId: row.partId, pageNum: this.partRecordParams.pageNum, pageSize: this.partRecordParams.pageSize, } @@ -1176,7 +1175,7 @@ export default { console.log('🚀 ~ beforeRemove ~ this.type:', this.type) if (this.type == 'see') return false - return this.$confirm(`确定移除 ${file.name} ?`) + return this.$confirm("是否确定移除该文件?") }, handleSuccess(res, file, fileList, row) { console.log('🚀 ~ handleSuccess ~ res:', res)