/** * 集中授权 * @author xurc@2020/11/04 */ layui.define(['layer','element','form','table','util'],function(exports){ var Class = function(){ this.MODELNAME = "platform/securityManage/VciSmRightCenter"; this.moduleKey = "VciSmRightCenter"; this.id = 'VciSmRightCenter'; this.sourceData = {}; this.columns = []; this.backPath = configData.compatibility?path:configData.frameworkPath;//默认流程和项目的路径是一样的 this.url={ controller:'roleFunctionController/', classifyTree:'roleQueryController/refTree', oneTree:'treeFunctionByRole', submit:'roleAuthorityChanges', del:'removeAuthority' }; this.buttonIconMap = { SEARCH:'layui-icon-refresh-2', SENIORSEARCH:'layui-icon-query', ADD:'layui-icon-add-1', EDIT:'layui-icon-edit', DELETE:'layui-icon-delete' }; this.getContent=function(){ var that = this; var html = ""; html = [ '
' ].join(""); return html; }; this.getToolbarHtml =function(){ var that = this; return ['