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