@ -16,7 +16,7 @@ function BookInfo(props) {
const initFormData = {
park_name: "",
plate: "",
status: "",
status: "0",
tel: stateInfo?.state?.tel ? stateInfo.state.tel : '',
book_time_range: [moment(new Date(new Date().getTime() - 7*86400*1000)), moment()]
};