Commit ba9d0225 authored by 张娇(东信)'s avatar 张娇(东信)

Merge remote-tracking branch 'origin/master'

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