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
feat:[模板管理][update]
lkf
luojie
2 months ago
parent
f71b1d5df6
commit
99e938de6b
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/mixins/templateMixin.js
+ 1
- 1
src/views/business/comps/template/mixins/templateMixin.js
View File
@ -385,7 +385,7 @@ export default {
//实际目标溶液体积
// item.actSolutionVolume = actVol
//实际目标溶液浓度
if
(
!
isValueEmpty
(
actDiluentVolume
)
&&
!
isValueEmpty
(
actStartSolutionVolume
)
)
{
if
(
isValueEmpty
(
actDiluentVolume
)
&&
isValueEmpty
(
actStartSolutionVolume
)
)
{
return
false
}
const
actNd
=
(
Write
Preview
Loading…
Cancel
Save