Commit a2bd1e6c892ec71d1fd0b3bf1499d6a8f154e5dc
1 parent
fe47cf28
1
Showing
2 changed files
with
1 additions
and
1 deletions
trash-ui/public/bpmnjs/index.js
| @@ -45,7 +45,7 @@ var _newDiagram = _interopRequireDefault(require("../resources/newDiagram.bpmn") | @@ -45,7 +45,7 @@ var _newDiagram = _interopRequireDefault(require("../resources/newDiagram.bpmn") | ||
| 45 | headers:{Authorization:"Bearer auth:token:" + sessionStorage.getItem('Admin-Token')}, | 45 | headers:{Authorization:"Bearer auth:token:" + sessionStorage.getItem('Admin-Token')}, |
| 46 | // url: 'http://localhost:8080/processDefinition/getDefinitionXML', | 46 | // url: 'http://localhost:8080/processDefinition/getDefinitionXML', |
| 47 | type: 'GET', | 47 | type: 'GET', |
| 48 | - data: {type:"CSUserDeparmentType"}, | 48 | + data: {type:"CSUserDepartmentType"}, |
| 49 | dataType: 'json', | 49 | dataType: 'json', |
| 50 | success: function (result) { | 50 | success: function (result) { |
| 51 | let i; | 51 | let i; |
trash-ui/src/layout/index3.vue renamed to trash-ui/src/layout/index1.vue