Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -215,7 +215,7 @@ define(['i18n!base/nls/resource', 'cls', 'jquery', '../authz.jsonp?callback=defi | ... | @@ -215,7 +215,7 @@ define(['i18n!base/nls/resource', 'cls', 'jquery', '../authz.jsonp?callback=defi |
215 | this.download(fileName,path,url); | 215 | this.download(fileName,path,url); |
216 | }, | 216 | }, |
217 | //excel模板文件下载 | 217 | //excel模板文件下载 |
218 | - downloadExcelTemplate:function(){ | 218 | + downloadExcelTemplate:function(filename){ |
219 | var url = "./excelImport/downloadExcelTemplate"; | 219 | var url = "./excelImport/downloadExcelTemplate"; |
220 | this.download(filename,null,url); | 220 | this.download(filename,null,url); |
221 | } | 221 | } | ... | ... |
-
Please register or login to post a comment