Browse Source

fix; 预约信息默认全部状态

tags/PMS_V1.0.0_Alpha6
chenglb 1 year ago
parent
commit
10d67dfd9c
  1. 2
      src/pages/OffPeak/OffPeakParkMgm/BookInfo/loadable.jsx

2
src/pages/OffPeak/OffPeakParkMgm/BookInfo/loadable.jsx

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

Loading…
Cancel
Save