Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
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
吴迪
gs1-admin
Commits
b8fc2da9
Commit
b8fc2da9
authored
Jan 20, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审核状态修改
parent
1e48895e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
indexcarouselmanage.vue
src/views/modules/info/indexcarouselmanage.vue
+1
-1
logistics.vue
src/views/modules/logistics/logistics.vue
+1
-1
medical.vue
src/views/modules/medical/medical.vue
+1
-1
No files found.
src/views/modules/info/indexcarouselmanage.vue
View file @
b8fc2da9
...
...
@@ -320,7 +320,7 @@ export default {
method
:
'post'
,
data
:
this
.
$http
.
adornData
({
'id'
:
id
,
'checkflagIndex'
:
1
'checkflagIndex'
:
status
})
}).
then
(({
data
})
=>
{
if
(
data
&&
data
.
code
===
0
)
{
...
...
src/views/modules/logistics/logistics.vue
View file @
b8fc2da9
...
...
@@ -273,7 +273,7 @@
method
:
'post'
,
data
:
this
.
$http
.
adornData
({
'id'
:
id
,
'status'
:
1
'status'
:
status
})
}).
then
(({
data
})
=>
{
if
(
data
&&
data
.
code
===
0
)
{
...
...
src/views/modules/medical/medical.vue
View file @
b8fc2da9
...
...
@@ -253,7 +253,7 @@
method
:
'post'
,
data
:
this
.
$http
.
adornData
({
'id'
:
id
,
'status'
:
1
'status'
:
status
})
}).
then
(({
data
})
=>
{
if
(
data
&&
data
.
code
===
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