Commit 6c978db5 by crushh

update: 管辖门店

parent f2fd55f2
......@@ -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