From ce9d61ef4cd478d7b2fdabbab8d80feefa9b1116 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Mon, 11 May 2026 11:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0109=EF=BC=8C110type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcPartAttribute.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue index 493f5ed..0bd17c4 100644 --- a/src/views/modules/qc/qcPartAttribute.vue +++ b/src/views/modules/qc/qcPartAttribute.vue @@ -2724,6 +2724,7 @@ // 关闭后刷新列表 refreshDetailList () { + this.$set(this.detailData, 'inspectionTypeNo', '') searchPartAttributeDetails(this.detailData).then(({data}) => { this.detailList = data.rows this.normalizeDetailListIpqcInspectionMethod()