脾脏状态计算更改
This commit is contained in:
@@ -315,7 +315,7 @@ export default {
|
||||
async getSplenicState() {
|
||||
try {
|
||||
var spleenLength = this.questionForm[this.spleenLengthId]
|
||||
spleenLength = isNaN(parseFloat(spleenLength)) ? 0 : parseFloat(spleenLength)
|
||||
spleenLength = isNaN(parseFloat(spleenLength)) ? -1 : parseFloat(spleenLength)
|
||||
const result = await getSplenicState(this.visitTaskId, spleenLength)
|
||||
return { isSuccess: true, result: result.Result }
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user