Browse Source

fix():修改预约订单结束时间检索可清空

tags/PMS_V1.0.0_Alpha5
zhugy 1 year ago
parent
commit
e36213e3fd
  1. 1
      src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx

1
src/pages/NewEnergy/RecordsInquiry/Appointment/loadable.jsx

@ -160,6 +160,7 @@ function Appointment() {
name: "finish_time",
type: "DateRangePicker",
label: "订单完结时间",
allowClear: true,
defaultValue: initFormData.end_time
},
];

Loading…
Cancel
Save