From 3d2bc88c075aee17cc7b80c29e9dbc81e16e7ff4 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Fri, 6 Mar 2026 17:45:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E9=80=89=E6=8B=A9=E7=BB=86=E8=83=9E+=E7=BB=86=E8=8F=8C=20?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E8=BF=94=E5=9B=9E=E7=9A=84selectInfo?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/dialog/SelectMixReagentDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,