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
13f9ba98
Commit
13f9ba98
authored
Oct 28, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 清空数据
parent
4015d4f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
consume.vue
src/views/recharge/consume.vue
+6
-0
No files found.
src/views/recharge/consume.vue
View file @
13f9ba98
...
...
@@ -382,6 +382,7 @@ export default {
},
async
marketingCharts
()
{
try
{
this
.
list
=
[];
let
res
=
await
messageMarketingChart
(
this
.
listParams
);
this
.
sumCount
=
res
.
result
.
sumCount
;
this
.
sumFee
=
res
.
result
.
sumFee
;
...
...
@@ -404,6 +405,7 @@ export default {
async
smsData
(
type
=
'list'
)
{
this
.
loading
=
true
;
try
{
this
.
list
=
[];
let
res
=
await
smsData
(
Object
.
assign
({
ajaxType
:
type
},
this
.
listParams
));
if
(
type
===
'list'
)
{
if
(
res
.
errorCode
===
0
&&
res
.
result
.
page
.
result
)
{
...
...
@@ -436,6 +438,7 @@ export default {
async
voiceData
(
type
=
'list'
)
{
this
.
loading
=
true
;
try
{
this
.
list
=
[];
let
res
=
await
voiceData
(
Object
.
assign
({
ajaxType
:
type
},
this
.
listParams
));
if
(
type
===
'list'
)
{
if
(
res
.
errorCode
===
0
&&
res
.
result
.
page
.
result
)
{
...
...
@@ -466,6 +469,7 @@ export default {
async
callData
(
type
=
'list'
)
{
this
.
loading
=
true
;
try
{
this
.
list
=
[];
let
res
=
await
callData
(
Object
.
assign
({
ajaxType
:
type
,
taskType
:
type
===
'list'
?
this
.
taskType
:
''
},
this
.
listParams
));
if
(
type
===
'list'
)
{
if
(
res
.
errorCode
===
0
&&
res
.
result
.
page
.
result
)
{
...
...
@@ -498,6 +502,7 @@ export default {
async
videoPage
(
type
=
'list'
)
{
this
.
loading
=
true
;
try
{
this
.
list
=
[];
this
.
videoListParams
.
startTime
=
formatDateTimeByType
(
this
.
dateTimeVideo
[
0
],
'yyyy-MM-dd'
);
this
.
videoListParams
.
endTime
=
formatDateTimeByType
(
this
.
dateTimeVideo
[
1
],
'yyyy-MM-dd'
);
if
(
type
===
'list'
)
{
...
...
@@ -553,6 +558,7 @@ export default {
async
recordData
(
type
=
'list'
)
{
this
.
loading
=
true
;
try
{
this
.
list
=
[];
let
res
=
await
recordData
(
Object
.
assign
({
ajaxType
:
type
,
taskType
:
type
===
'list'
?
this
.
taskType
:
''
},
this
.
listParams
));
if
(
type
===
'list'
)
{
if
(
res
.
errorCode
===
0
&&
res
.
result
.
page
.
result
)
{
...
...
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