1

parent f1a30881
......@@ -198,7 +198,7 @@ const sortParams = (sortMode) => {
// 出发日期
const dataParams = (item, datePart) => {
if (item) {
params.value.dateType = item.key;
params.value.dateType = String(item.key);
refresh().then(() => {
queryOfferProdListFn();
});
......
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