Commit 27845d56 authored by 刘鹏程's avatar 刘鹏程

Update jad.md

parent dae60539
......@@ -30,7 +30,7 @@
调用js方法
* 方法一(针对grid)
```javascript
Hel.exportExcel=function(opts){
Hls.exportExcel=function(opts){
var contextPath =opts.contextPath,
id=opts.id,
view_model=opts.viewModel,
......@@ -56,7 +56,7 @@
* 方式二(针对hlsPage)
```javascript
Hel.exportPageExcel({
Hls.exportPageExcel({
contextPath:basePath,
param:{},
controller:"/acr/inf/index/excel/export",
......@@ -102,7 +102,7 @@ Hel.exportPageExcel({
3. 运行Excel导出程序(获取该程序,请联系部门相关负责人)
```shell
java -jar hel-batch-parent.jar &
java -jar hls-batch-parent.jar &
```
4. Excel导出情况查询
用户若是为管理员身份,则查询全部人的导出情况,否则只显示当前用户的导出数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment