owl-cli 6.75.0 → 6.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@
6
6
  //#import @handlers/include/checklogin.jsx
7
7
  //#import @handlers/include/util.jsx
8
8
  //#import $owl_dfiles:services/modelService.jsx
9
+ //#import $owl_task_info:services/modelService.jsx
9
10
 
10
11
  function getAllDocs(searchArgs,sort,tableId,roleId,orgId,loginId,permissions){
11
12
  var keyword = searchArgs.keyword;
@@ -212,6 +213,5 @@ function main(){
212
213
  taskInfo.msg = "生成Excel文件成功";
213
214
  owl_task_infoService.update(taskInfo);
214
215
 
215
-
216
216
  }
217
217
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.75.0",
3
+ "version": "6.76.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {