Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
510880ff
Commit
510880ff
authored
Mar 30, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 智能营销联调
parent
af3ad2ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
current-list.vue
src/views/ecm/current-list.vue
+12
-5
No files found.
src/views/ecm/current-list.vue
View file @
510880ff
...
...
@@ -5,6 +5,10 @@
<el-select
class=
"dm-select"
clearable
v-model=
"listParams.success"
placeholder=
"所有条件"
@
change=
"search"
>
<el-option
v-for=
"(v, i) in successOptions"
:key=
"i"
:label=
"v.label"
:value=
"v.value"
></el-option>
</el-select>
<el-select
class=
"dm-select"
placeholder=
"所有条件"
v-model=
"listParams.status"
@
change=
"changeStatus"
>
<el-option
label=
"正在进行中"
:value=
"1"
></el-option>
<el-option
label=
"已删除"
:value=
"0"
></el-option>
</el-select>
<!--
<el-button
type=
"text"
@
click=
"goHistory"
>
历史记录
</el-button>
-->
<el-button
icon=
"iconfont icon-icon_yunxiazai"
class=
"fr"
type=
"primary"
@
click=
"exportCurrentSendDetails"
>
导出列表
</el-button>
</div>
...
...
@@ -84,7 +88,8 @@ export default {
pageSize
:
20
,
success
:
''
,
beginTime
:
''
,
endTime
:
''
endTime
:
''
,
status
:
1
},
userMemberInfo
:
''
,
// 下面列表搜索
total
:
0
,
...
...
@@ -186,9 +191,10 @@ export default {
this
.
listParams
.
ecmMarketingTypeRelationIds
=
list
;
this
.
ecmCurrentSendDetails
();
},
// goHistory() {
// },
changeStatus
()
{
this
.
listParams
.
currentPage
=
1
;
this
.
ecmCurrentSendInfos
();
},
search
()
{
this
.
listParams
.
currentPage
=
1
;
this
.
ecmCurrentSendInfos
();
...
...
@@ -215,7 +221,8 @@ export default {
beginTime
:
this
.
listParams
.
beginTime
,
endTime
:
this
.
listParams
.
endTime
,
memberInfo
:
this
.
listParams
.
memberInfo
,
success
:
this
.
listParams
.
success
success
:
this
.
listParams
.
success
,
status
:
this
.
listParams
.
status
});
this
.
infoList
=
res
.
result
||
[];
this
.
$nextTick
(
_
=>
{
...
...
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