From 21a7f51c08c52487177874b7ccc9d94a2bf23032 Mon Sep 17 00:00:00 2001 From: "JinLu.Yin" <411641505@qq.com> Date: Tue, 30 Aug 2022 22:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E7=A8=8B=E8=B4=A8=E6=A3=80=E7=9A=84?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/qc/defectrecord/index.vue | 2 ++ src/views/mes/qc/ipqc/line.vue | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/mes/qc/defectrecord/index.vue b/src/views/mes/qc/defectrecord/index.vue index d0176ce..52f6629 100644 --- a/src/views/mes/qc/defectrecord/index.vue +++ b/src/views/mes/qc/defectrecord/index.vue @@ -88,6 +88,7 @@ import { listDefectrecord, getDefectrecord, delDefectrecord, addDefectrecord, up export default { name: "Defectrecord", + dicts: ['mes_defect_level'], props: { qcId: null, qcType: null, @@ -155,6 +156,7 @@ export default { /** 新增按钮操作 */ handleAdd() { + debugger; var row = { recordId: null, qcId: this.qcId, diff --git a/src/views/mes/qc/ipqc/line.vue b/src/views/mes/qc/ipqc/line.vue index 85c62ff..8ec9f3b 100644 --- a/src/views/mes/qc/ipqc/line.vue +++ b/src/views/mes/qc/ipqc/line.vue @@ -173,7 +173,8 @@ export default { }, //缺陷记录 handleDefect(row){ - this.defect_qcid = row.ipqcId; + debugger; + this.defect_qcid = row.ipqcId; this.defect_lineid = row.lineId; this.$nextTick(() => { this.$refs.defectDialog.showFlag = true;