From 09d2bb83e1435d31b041d64aa320d2c1424309ef Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:13:00 +0800 Subject: [PATCH] 2024.1.29 --- src/views/modules/qc/qcItem.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/modules/qc/qcItem.vue b/src/views/modules/qc/qcItem.vue index d3daf9f..6e523b3 100644 --- a/src/views/modules/qc/qcItem.vue +++ b/src/views/modules/qc/qcItem.vue @@ -208,16 +208,16 @@ - - - - - - + + + + + + + + + + 查询 @@ -1040,6 +1040,7 @@ // 获取检验方法列表 queryMethodList () { this.methodData.bu = this.modalData.bu + this.methodData.inspectionTypeNo = this.modalData.inspectionTypeNo queryMethodList(this.methodData).then(({data}) => { if (data && data.code === 0) { this.methodList = data.rows