Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
6c978db5
Commit
6c978db5
authored
Jun 27, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 管辖门店
parent
f2fd55f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
store-part.vue
src/components/store/store-part.vue
+1
-0
store.vue
src/components/store/store.vue
+1
-0
No files found.
src/components/store/store-part.vue
View file @
6c978db5
...
@@ -174,6 +174,7 @@ export default {
...
@@ -174,6 +174,7 @@ export default {
currentPage
:
this
.
currentPage
,
currentPage
:
this
.
currentPage
,
search
:
this
.
search
,
search
:
this
.
search
,
isValid
:
1
,
isValid
:
1
,
onlyJurisdiction
:
1
,
// 是否是只查管辖门店范围内的 1是0否
};
};
request
.
post
(
'/api-integral-mall/page-pick-up-points'
,
qs
.
stringify
(
params
)).
then
(
res
=>
{
request
.
post
(
'/api-integral-mall/page-pick-up-points'
,
qs
.
stringify
(
params
)).
then
(
res
=>
{
if
(
res
.
data
.
errorCode
===
0
)
{
if
(
res
.
data
.
errorCode
===
0
)
{
...
...
src/components/store/store.vue
View file @
6c978db5
...
@@ -139,6 +139,7 @@ export default {
...
@@ -139,6 +139,7 @@ export default {
currentPage
:
1
,
currentPage
:
1
,
search
:
''
,
search
:
''
,
isValid
:
1
,
isValid
:
1
,
onlyJurisdiction
:
1
,
// 是否是只查管辖门店范围内的 1是0否
};
};
request
.
post
(
'/api-integral-mall/page-pick-up-points'
,
qs
.
stringify
(
params
)).
then
(
res
=>
{
request
.
post
(
'/api-integral-mall/page-pick-up-points'
,
qs
.
stringify
(
params
)).
then
(
res
=>
{
if
(
res
.
data
.
errorCode
===
0
)
{
if
(
res
.
data
.
errorCode
===
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment