diff --git a/src/views/business/comps/template/dialog/SelectMixReagentDialog.vue b/src/views/business/comps/template/dialog/SelectMixReagentDialog.vue index 4d03c2d..0e075c4 100644 --- a/src/views/business/comps/template/dialog/SelectMixReagentDialog.vue +++ b/src/views/business/comps/template/dialog/SelectMixReagentDialog.vue @@ -178,7 +178,7 @@ export default { onSubmit() { let row = this.currentRow; const selectedValue = this.otherChecked ? this.otherReagent : this.selectedId; - const selectInfo = { + const selectInfo = this.otherChecked ?{}:{ mc: row.mc, bh: row.bh, nd: row.nd,