Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
ee61c192
Commit
ee61c192
authored
Jan 31, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出
parent
83e1467f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
workManager.vue
src/components/work/workManager.vue
+3
-3
No files found.
src/components/work/workManager.vue
View file @
ee61c192
...
@@ -203,6 +203,7 @@
...
@@ -203,6 +203,7 @@
import
Treeselect
from
"@riophae/vue-treeselect"
;
import
Treeselect
from
"@riophae/vue-treeselect"
;
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
"@riophae/vue-treeselect/dist/vue-treeselect.css"
;
import
"@riophae/vue-treeselect/dist/vue-treeselect.css"
;
import
moment
from
'moment'
export
default
{
export
default
{
components
:
{
components
:
{
Treeselect
Treeselect
...
@@ -263,9 +264,8 @@ export default {
...
@@ -263,9 +264,8 @@ export default {
},
},
methods
:
{
methods
:
{
exportFile
(){
exportFile
(){
this
.
apipost
(
''
,
{},
r
=>
{
let
fileName
=
"【"
+
moment
(
new
Date
()).
format
(
"YYYY-MM-DD HH:mm:ss"
)
+
"】工作计划.xls"
;
this
.
GetLocalFile
(
"UserWork_GetUserWorkExportList"
,
this
.
msg
,
fileName
);
})
},
},
resetPageIndex
()
{
resetPageIndex
()
{
this
.
msg
.
pageIndex
=
1
;
this
.
msg
.
pageIndex
=
1
;
...
...
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