微调
This commit is contained in:
Binary file not shown.
@@ -99,13 +99,11 @@ const handleInputRetainTime = value => {
|
||||
ElMessage.warning("持续时间不能小于0周波")
|
||||
props.childForm[0].dipData.retainTime = 0
|
||||
emit('setRetainTime', 0 )
|
||||
}else if (value > 300) {
|
||||
ElMessage.warning("持续时间不能大于300周波")
|
||||
props.childForm[0].dipData.retainTime = 300
|
||||
emit('setRetainTime', 300 )
|
||||
}else if (value > 3000) {
|
||||
ElMessage.warning("持续时间不能大于3000周波")
|
||||
props.childForm[0].dipData.retainTime = 3000
|
||||
emit('setRetainTime', 3000 )
|
||||
}else{
|
||||
|
||||
|
||||
emit('setRetainTime', value )
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user