Commit 322b5dab by crushh

Merge branch 'feature/6/31' into dev

parents 7352d741 6c978db5
......@@ -174,6 +174,7 @@ export default {
currentPage: this.currentPage,
search: this.search,
isValid: 1,
onlyJurisdiction: 1, // 是否是只查管辖门店范围内的 1是0否
};
request.post('/api-integral-mall/page-pick-up-points', qs.stringify(params)).then(res => {
if (res.data.errorCode === 0) {
......
......@@ -139,6 +139,7 @@ export default {
currentPage: 1,
search: '',
isValid: 1,
onlyJurisdiction: 1, // 是否是只查管辖门店范围内的 1是0否
};
request.post('/api-integral-mall/page-pick-up-points', qs.stringify(params)).then(res => {
if (res.data.errorCode === 0) {
......
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