Toggle navigation
Toggle navigation
This project
Loading...
Sign in
runsa
/
crm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jun
2016-09-08 10:35:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dab1b7aefa3d0f487a758b2100955726af700e18
dab1b7ae
1 parent
d268fd93
修改下载方法
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
portal/portal.web/src/main/webapp/js/views/base/index.js
portal/portal.web/src/main/webapp/js/views/base/index.js
View file @
dab1b7a
...
...
@@ -215,7 +215,7 @@ define(['i18n!base/nls/resource', 'cls', 'jquery', '../authz.jsonp?callback=defi
this
.
download
(
fileName
,
path
,
url
);
},
//excel模板文件下载
downloadExcelTemplate
:
function
(){
downloadExcelTemplate
:
function
(
filename
){
var
url
=
"./excelImport/downloadExcelTemplate"
;
this
.
download
(
filename
,
null
,
url
);
}
...
...
Please
register
or
login
to post a comment