/** * 流程设计器 * @author weidy * @date 2020-09-15 */ layui.define(['layer','element' ],function(exports){ var webUtil = $webUtil; var Class = function(){ this.MODELNAME = "platform/process/designer/VciProcessDesigner"; this.moduleKey = "VciProcessDesigner"; this.backPath = configData.compatibility?path:configData.processServicePath; this.url = { listDepts:'departmentQueryController/refDataGrid', listRoles:'roleQueryController/refDataGrid', listUser:'userQueryController/refDataGrid', listDuty:'dutyQueryController/refDataGrid', listWorkType:'smWorkTypeController/refDataGrid', listUserByDept:'userQueryController/refDataGridByPkDepartment', listUserByRole:'userQueryController/refDataGridByPkRole', listUserByDuty:'userQueryController/refDataGridByPkDuty', listProcessUserGroup:'' }; this.getContent=function(){ var that = this; var html = ""; html = [ '