!92 update 0.9.8.6 hotfix

Merge pull request !92 from Foming/dev
V0.9.8.6
Foming 2 years ago committed by Gitee
commit 0a73df2e9a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -34,14 +34,15 @@
#### js脚本 #### js脚本
**注**这里的JS是java的scriptengine执行的很多es6的语法不支持 <br> **注**这里的JS是java的scriptengine执行的很多ES6的语法不支持 <br>
![img4](../picture/dateset/img_4.png) <br> ![img4](../picture/dateset/img_4.png) <br>
入参是data返回值也必须是data中间是JS的处理过程注意入参返回都是List<JSONObject>,记得保存。 <br> 入参是data返回值也必须是data中间是JS的处理过程注意入参返回都是List<JSONObject>,记得保存。 <br>
#### 字典项 #### 字典项
场景有限,待补充。 ![img6.png](../picture/dateset/img_6.png) <br>
记得保存
## HTTP数据集 ## HTTP数据集
即原有http数据源的功能原有http数据源不动 即原有http数据源的功能原有http数据源不动

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -101,7 +101,7 @@ public class ReportDashboardController {
@PostMapping("/share") @PostMapping("/share")
@GaeaAuditLog(pageTitle = "分享") @GaeaAuditLog(pageTitle = "分享")
@Permission(code = "bigScreenManage", name = "分享报表") @Permission(code = "share", name = "分享报表")
public ResponseBean share(@Validated @RequestBody ReportShareDto dto) { public ResponseBean share(@Validated @RequestBody ReportShareDto dto) {
return ResponseBean.builder().data(reportShareService.insertShare(dto)).build(); return ResponseBean.builder().data(reportShareService.insertShare(dto)).build();
} }

@ -3,7 +3,7 @@
<div class="admin-title" @click="goBigScreen"> <div class="admin-title" @click="goBigScreen">
<div class="con"> <div class="con">
<img src="../../../../../static/logo-dp.png" width="50" /> <img src="../../../../../static/logo-dp.png" width="50" />
<span class="version">V0.9.8.5</span> <span class="version">V0.9.8.6</span>
</div> </div>
</div> </div>
<el-menu <el-menu

Loading…
Cancel
Save