Commit d2f23b45 authored by liwenhong's avatar liwenhong

update: 自提点列表参数名

parent ceff8c49
...@@ -670,7 +670,7 @@ ...@@ -670,7 +670,7 @@
.join(","); .join(",");
let currentParams = JSON.parse(JSON.stringify(this.orderQueryObj)); let currentParams = JSON.parse(JSON.stringify(this.orderQueryObj));
params = Object.assign(currentParams, { params = Object.assign(currentParams, {
sub_shop_id: takePlaceListParams, sub_shop_list: takePlaceListParams,
}); });
} else { } else {
params = this.orderQueryObj; params = this.orderQueryObj;
......
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