|
@@ -35,8 +35,7 @@ const LockModal = props => {
|
|
|
const [form] = Form.useForm()
|
|
const [form] = Form.useForm()
|
|
|
const dispatch = useDispatch()
|
|
const dispatch = useDispatch()
|
|
|
const scrollRef = useRef()
|
|
const scrollRef = useRef()
|
|
|
- const { visible, onCancel, onConfirm, loading, type, longleId, keyNum, prodList, onSelect } =
|
|
|
|
|
- props
|
|
|
|
|
|
|
+ const { visible, onCancel, onConfirm, loading, type, longleId, keyNum, prodList } = props
|
|
|
const layout = {
|
|
const layout = {
|
|
|
layout: 'vertical'
|
|
layout: 'vertical'
|
|
|
}
|
|
}
|