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
8cbfb374
Commit
8cbfb374
authored
Aug 12, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: email
parent
1a5128d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
index.vue
src/pages/Activity/releaseProduc/index.vue
+1
-2
No files found.
src/pages/Activity/releaseProduc/index.vue
View file @
8cbfb374
...
...
@@ -51,7 +51,6 @@
<
script
>
import
dayJs
from
"dayjs"
;
import
store
from
"../../../store/index"
;
import
{
ElMessage
}
from
"element-plus"
;
import
infoEditing
from
"./components/infoEditing.vue"
;
import
addProduc
from
"./components/addProduc.vue"
;
...
...
@@ -157,7 +156,7 @@ export default {
goods_sku_id
:
this
.
goodsSkuIDArr
.
join
(
","
),
marketing_name
:
this
.
$refs
.
infoEdit
.
infoEditForm
.
title
,
marketing_type
:
"4"
,
op_cur_user
:
store
.
state
.
userInfo
.
email
,
op_cur_user
:
this
.
$
store
.
state
.
userInfo
.
email
,
start_time
:
dayJs
(
this
.
startDate
).
format
(
"YYYY-MM-DD HH:mm:ss"
),
end_time
:
dayJs
(
this
.
endDate
).
format
(
"YYYY-MM-DD HH:mm:ss"
),
pindan_pic
:
picList
,
...
...
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