Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
3e25e101
Commit
3e25e101
authored
Nov 20, 2018
by
王
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
群发助手48小时默认时间
parent
b4b8025a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
index.vue
src/components/groupSend/index.vue
+7
-0
No files found.
src/components/groupSend/index.vue
View file @
3e25e101
...
...
@@ -857,9 +857,16 @@
this
.
loading
=
false
;
})
},
defaultTime
(){
let
date
=
new
Date
();
let
now_seconds
=
date
.
getTime
();
let
start_seconds
=
now_seconds
-
48
*
60
*
60
*
1000
;
this
.
searchFrom
.
time
=
[
CommonJs
.
dateFmt
(
new
Date
(
start_seconds
),
'yyyy-MM-dd hh:mm:ss'
),
CommonJs
.
dateFmt
(
new
Date
(
now_seconds
),
'yyyy-MM-dd hh:mm:ss'
)]
}
},
mounted
(){
this
.
getMsgList
();
this
.
defaultTime
();
},
computed
:{
progress
(){
...
...
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