Commit 7147ca23 authored by Gavin Peng's avatar Gavin Peng

fix: 对接送货计划协同

parent 931c6c72
/**
* 选择 日历 弹窗
* @author: Gavin
* @description:
*/
import React, { useImperativeHandle, useState } from 'react'
import moment from 'moment'
import { Alert, Calendar, Modal } from 'antd'
......@@ -13,6 +8,12 @@ interface CalendarModalProps {
}
/**
* 选择 日历 弹窗
* @author: Gavin
* @description: 组件 ref 提供如下方法
* - test: () => void ------> 测试方法
*/
const CalendarModal = React.forwardRef((props: CalendarModalProps, ref: React.Ref<unknown>) => {
const {} = props
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment