From 5310aa8b13fac1e2dfffa1177fa83f96830cd1e1 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Mon, 18 May 2026 16:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=80=E6=A8=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/dm/DMFAIResultEntry.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/modules/dm/DMFAIResultEntry.vue b/src/views/modules/dm/DMFAIResultEntry.vue index 844d871..a889c1c 100644 --- a/src/views/modules/dm/DMFAIResultEntry.vue +++ b/src/views/modules/dm/DMFAIResultEntry.vue @@ -693,7 +693,7 @@ - + 查询 @@ -2933,7 +2933,6 @@ site: row.site, buNo: row.buNo, partNo: row.partNo, - inspectionTypeNo: '823', } this.getMesDrawingFileList() this.fileFlag = true @@ -2942,7 +2941,6 @@ const tempData = { site: this.sopData.site, partNo: this.sopData.partNo, - inspectionTypeNo: this.sopData.inspectionTypeNo, } this.fileLoading = true dmMesToolDrawingList(tempData).then(({ data }) => {