|
|
@ -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, |
|
|
|