Browse Source

fix: [模板管理] 选择细胞+细菌 其他返回的selectInfo的bug

ouqian
memorylkf 1 month ago
parent
commit
3d2bc88c07
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/comps/template/dialog/SelectMixReagentDialog.vue

+ 1
- 1
src/views/business/comps/template/dialog/SelectMixReagentDialog.vue View File

@ -178,7 +178,7 @@ export default {
onSubmit() { onSubmit() {
let row = this.currentRow; let row = this.currentRow;
const selectedValue = this.otherChecked ? this.otherReagent : this.selectedId; const selectedValue = this.otherChecked ? this.otherReagent : this.selectedId;
const selectInfo = {
const selectInfo = this.otherChecked ?{}:{
mc: row.mc, mc: row.mc,
bh: row.bh, bh: row.bh,
nd: row.nd, nd: row.nd,

Loading…
Cancel
Save