|
@ -75,7 +75,7 @@ const InForTable = (props) => { |
|
|
onChange: (value, cs) => { |
|
|
onChange: (value, cs) => { |
|
|
setNameOfInspectionPoint(value.currentTarget.value) |
|
|
setNameOfInspectionPoint(value.currentTarget.value) |
|
|
}, |
|
|
}, |
|
|
placeholder: '请输入车牌号进行搜索', |
|
|
placeholder: '请输入检测点进行搜索', |
|
|
getPopupContainer: (triggerNode) => triggerNode.parentNode, |
|
|
getPopupContainer: (triggerNode) => triggerNode.parentNode, |
|
|
} |
|
|
} |
|
|
}, { |
|
|
}, { |
|
|