mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
权限码
This commit is contained in:
@@ -216,6 +216,7 @@ public class DataSetServiceImpl implements DataSetService {
|
||||
* @param id
|
||||
*/
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public void deleteSet(Long id) {
|
||||
DataSet dataSet = selectOne(id);
|
||||
String setCode = dataSet.getSetCode();
|
||||
|
||||
@@ -118,7 +118,7 @@ export const constantRouterMap = [
|
||||
title: '报表设计',
|
||||
icon: 'iconnavicon-ywcs',
|
||||
requireAuth: true,
|
||||
permission: 'datasourceManage|resultsetManage|reportManage|bigScreenManage'
|
||||
permission: 'datasourceManage|resultsetManage|reportManage|bigScreenManage|excelManage'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user