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 }) => {