From b1b2413cbfe55a74bba6499b57fb6fbff5f24d60 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期二, 25 二月 2025 16:15:36 +0800 Subject: [PATCH] 设施和环境条件代码迁移 --- src/views/business/inspectionReview/index.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/business/inspectionReview/index.vue b/src/views/business/inspectionReview/index.vue index fcebf1b..7586d81 100644 --- a/src/views/business/inspectionReview/index.vue +++ b/src/views/business/inspectionReview/index.vue @@ -179,10 +179,12 @@ }, { name: "涓婁紶", - type: "text", - clickFun: (row) => { - this.handleUpload(row); - }, + type: "upload", + accept: '.doc,.docx', + url: '/insReport/inReport', + uploadIdFun: (row) => { + return row.insReportId + } }, { name: "杩樺師", @@ -355,7 +357,7 @@ }) }, // 涓婁紶鎶ュ憡 - handleUpload () { + handleUpload (row) { }, // 涓嬭浇鎶ュ憡 -- Gitblit v1.9.3