|
@@ -871,6 +871,8 @@ export default {
|
|
scopeType:this.rangeSelect == '外'?'1':'0',
|
|
scopeType:this.rangeSelect == '外'?'1':'0',
|
|
maxAge:this.maxAge,
|
|
maxAge:this.maxAge,
|
|
minAge:this.minAge,
|
|
minAge:this.minAge,
|
|
|
|
+ maxVal:this.maxValue,
|
|
|
|
+ minVal:this.minValue,
|
|
icdCode:this.icdCode||undefined
|
|
icdCode:this.icdCode||undefined
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
@@ -887,8 +889,8 @@ export default {
|
|
sexType:sexCode,
|
|
sexType:sexCode,
|
|
maxAge:this.maxAge,
|
|
maxAge:this.maxAge,
|
|
minAge:this.minAge,
|
|
minAge:this.minAge,
|
|
- maxValue:this.maxValue,
|
|
|
|
- minValue:this.minValue,
|
|
|
|
|
|
+ maxVal:this.maxValue,
|
|
|
|
+ minVal:this.minValue,
|
|
icdCode: this.icdCode||undefined,
|
|
icdCode: this.icdCode||undefined,
|
|
scopeType:this.rangeSelect == '外'?1:0,
|
|
scopeType:this.rangeSelect == '外'?1:0,
|
|
isHasCommon: this.data.isHasCommon||0,
|
|
isHasCommon: this.data.isHasCommon||0,
|