This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: [模板管理] 选择细胞+细菌 其他返回的selectInfo的bug
ouqian
memorylkf
1 month ago
parent
cdda2d0b53
commit
3d2bc88c07
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
{
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
,
Write
Preview
Loading…
Cancel
Save