Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
be835c20
Commit
be835c20
authored
Sep 13, 2021
by
jisiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改is_normal
parent
a42db4be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
addProduc.vue
src/pages/Activity/releaseProduc/components/addProduc.vue
+1
-1
index.vue
src/pages/Groupmeal/merchantManagement/index.vue
+1
-1
goods.js
src/service/Goods/goods.js
+1
-0
No files found.
src/pages/Activity/releaseProduc/components/addProduc.vue
View file @
be835c20
...
...
@@ -331,7 +331,7 @@
// 获取商家
async
getBusinessListMet
()
{
let
params
=
{
ota_name
:
""
,
offset
:
""
,
limit
:
""
};
let
params
=
{
ota_name
:
""
,
offset
:
""
,
limit
:
""
,
is_normal
:
1
};
try
{
const
res
=
await
getBusinessList
(
params
);
this
.
businessOpt
=
[{
ota_id
:
""
,
ota_name
:
"全部"
},
...
res
.
result
.
list
];
...
...
src/pages/Groupmeal/merchantManagement/index.vue
View file @
be835c20
...
...
@@ -120,7 +120,7 @@
this
.
merchantAdd
=
true
;
},
async
getOtaList
()
{
const
{
result
,
code
,
reason
}
=
await
otaList
(
{
is_normal
:
1
}
);
const
{
result
,
code
,
reason
}
=
await
otaList
();
if
(
code
!==
0
)
return
this
.
$message
.
error
(
reason
);
this
.
merchantList
=
result
.
list
;
},
...
...
src/service/Goods/goods.js
View file @
be835c20
...
...
@@ -122,6 +122,7 @@ export async function updateOta(params) {
// 商家列表-取消禁用
export
async
function
undeleteOta
(
params
)
{
const
res
=
await
axios
.
post
(
"/api/v1/undeleteOta"
,
params
);
return
res
;
}
// 团长列表
export
async
function
ColoneList
(
params
)
{
...
...
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