eoss-mobiles 0.3.10 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/checkbox.js +44 -35
- package/lib/config/api.js +7 -3
- package/lib/eoss-mobile.common.js +621 -279
- package/lib/flow-btn.js +42 -35
- package/lib/flow-list.js +41 -34
- package/lib/flow.js +548 -248
- package/lib/form.js +3 -3
- package/lib/index.js +1 -1
- package/lib/picker.js +40 -33
- package/lib/radio.js +40 -33
- package/lib/retrial-auth.js +42 -35
- package/lib/selector.js +170 -122
- package/lib/table-column.js +40 -33
- package/lib/table.js +3 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/lib/utils/axios.js +1 -1
- package/package.json +1 -1
- package/packages/checkbox/src/main.vue +1 -0
- package/packages/flow/src/components/Handle.vue +143 -19
- package/packages/flow/src/components/Message.vue +31 -7
- package/packages/flow/src/components/StartFlow.vue +2 -0
- package/packages/flow/src/components/taskUnionExamine.vue +109 -28
- package/packages/flow/src/main.vue +2 -1
- package/packages/form/src/main.vue +48 -48
- package/packages/selector/src/selector-tree.vue +16 -2
- package/packages/selector/src/tree.vue +16 -4
- package/packages/table/src/main.vue +2 -0
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/src/flow.scss +29 -0
- package/packages/theme-chalk/src/selector.scss +6 -0
- package/src/config/api.js +8 -3
- package/src/index.js +1 -1
- package/src/utils/axios.js +1 -1
package/lib/flow-btn.js
CHANGED
|
@@ -1611,44 +1611,47 @@ function normalizeComponent(
|
|
|
1611
1611
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1612
1612
|
|
|
1613
1613
|
"use strict";
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return initRetrialAuth; });
|
|
1615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getRetrialAuthCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return selectObject; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1619
1619
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getHandleInfoHtml; });
|
|
1621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getNodeInfoHtml; });
|
|
1622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskHandleHtml; });
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskHandleHtmlImg; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return registerNew; });
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNodeInfo; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toStartFlow; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findUserBaseInfo; });
|
|
1628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskRejectHtml; });
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskRejectHtml; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return handleTaskRead; });
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskReadHtml; });
|
|
1631
1632
|
/* unused harmony export toStartTaskRead */
|
|
1632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toStartTaskReadHtml; });
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return toTaskTransferIndex; });
|
|
1635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskTransfer; });
|
|
1635
1636
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNotificationMsg; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toTaskUnionExamine; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskUnionExamine; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskTakeAdvice; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskTakeAdvice; });
|
|
1642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskStartDraft; });
|
|
1643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskStartDraft; });
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toTaskUnionSeal; });
|
|
1645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskUnionSeal; });
|
|
1645
1646
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1646
1647
|
/* unused harmony export twoOfficesDispatch */
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1649
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return isCanStartSubFlow; });
|
|
1649
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getPresetCustomInfo; });
|
|
1650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return pendedhistoryList; });
|
|
1651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getHandleButtonHtml; });
|
|
1652
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getSysParam; });
|
|
1653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getFreeStartFlowParams; });
|
|
1654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getProcessDefList; });
|
|
1652
1655
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1653
1656
|
|
|
1654
1657
|
var activiti = '/bpm';
|
|
@@ -1689,7 +1692,7 @@ var getNodeInfo = '/bpm/v1/mecpItask/getNodeInfoNew.json';
|
|
|
1689
1692
|
var toStartFlow = '/bpm/v1/mecpItask/toStartFlowNew.json';
|
|
1690
1693
|
// export const toStartFlow = '/bpm/v1/mecpItask/toStartFlow.json';
|
|
1691
1694
|
// export const toStartFlow = activiti + mecp + '/bpmBackend/toStartFlowIndex';
|
|
1692
|
-
|
|
1695
|
+
var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
1693
1696
|
// 驳回(为H5提供接口)
|
|
1694
1697
|
// export const taskRejectHtml = '/api/mecp/v1/mecpItask/taskRejectHtml.json';
|
|
1695
1698
|
var taskRejectHtml = activiti + mecp + '/bpmBackend/taskReject';
|
|
@@ -1745,6 +1748,10 @@ var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
|
1745
1748
|
var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
|
|
1746
1749
|
// 获取系统参数
|
|
1747
1750
|
var getSysParam = '/api/v1/mecpSys/getSysParam.json';
|
|
1751
|
+
// 自由发起流程获取配置参数
|
|
1752
|
+
var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
|
|
1753
|
+
// 获取发起流程列表
|
|
1754
|
+
var getProcessDefList = '/bpm/v1/mecpItask/getProcessDefList.json';
|
|
1748
1755
|
|
|
1749
1756
|
/***/ }),
|
|
1750
1757
|
|
|
@@ -1884,7 +1891,7 @@ var axios_ajax = function ajax(url) {
|
|
|
1884
1891
|
break;
|
|
1885
1892
|
case 403:
|
|
1886
1893
|
error.message = '登录过期,请重新登录';
|
|
1887
|
-
|
|
1894
|
+
// $.removeStorage('userId');
|
|
1888
1895
|
break;
|
|
1889
1896
|
case 404:
|
|
1890
1897
|
error.message = '网络请求不存在';
|
|
@@ -2379,7 +2386,7 @@ var http = __webpack_require__(3);
|
|
|
2379
2386
|
|
|
2380
2387
|
return new Promise(function (resolve, reject) {
|
|
2381
2388
|
Object(http["a" /* default */])({
|
|
2382
|
-
url: api["
|
|
2389
|
+
url: api["o" /* getSysParam */],
|
|
2383
2390
|
params: {
|
|
2384
2391
|
name: 'app_MECP_appNonSupportNode'
|
|
2385
2392
|
}
|
|
@@ -2420,7 +2427,7 @@ var http = __webpack_require__(3);
|
|
|
2420
2427
|
|
|
2421
2428
|
return new Promise(function (resolve, reject) {
|
|
2422
2429
|
Object(http["a" /* default */])({
|
|
2423
|
-
url: api["
|
|
2430
|
+
url: api["g" /* getHandleButtonHtml */],
|
|
2424
2431
|
params: {
|
|
2425
2432
|
pendingId: _this3.pendingId
|
|
2426
2433
|
}
|
package/lib/flow-list.js
CHANGED
|
@@ -1611,44 +1611,47 @@ function normalizeComponent(
|
|
|
1611
1611
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1612
1612
|
|
|
1613
1613
|
"use strict";
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return initRetrialAuth; });
|
|
1615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getRetrialAuthCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return selectObject; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1619
1619
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getHandleInfoHtml; });
|
|
1621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getNodeInfoHtml; });
|
|
1622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskHandleHtml; });
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskHandleHtmlImg; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return registerNew; });
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNodeInfo; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toStartFlow; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findUserBaseInfo; });
|
|
1628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskRejectHtml; });
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskRejectHtml; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return handleTaskRead; });
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskReadHtml; });
|
|
1631
1632
|
/* unused harmony export toStartTaskRead */
|
|
1632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toStartTaskReadHtml; });
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return toTaskTransferIndex; });
|
|
1635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskTransfer; });
|
|
1635
1636
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNotificationMsg; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toTaskUnionExamine; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskUnionExamine; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskTakeAdvice; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskTakeAdvice; });
|
|
1642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskStartDraft; });
|
|
1643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskStartDraft; });
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toTaskUnionSeal; });
|
|
1645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskUnionSeal; });
|
|
1645
1646
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1646
1647
|
/* unused harmony export twoOfficesDispatch */
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1649
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return isCanStartSubFlow; });
|
|
1649
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getPresetCustomInfo; });
|
|
1650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return pendedhistoryList; });
|
|
1651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getHandleButtonHtml; });
|
|
1652
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getSysParam; });
|
|
1653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getFreeStartFlowParams; });
|
|
1654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getProcessDefList; });
|
|
1652
1655
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1653
1656
|
|
|
1654
1657
|
var activiti = '/bpm';
|
|
@@ -1689,7 +1692,7 @@ var getNodeInfo = '/bpm/v1/mecpItask/getNodeInfoNew.json';
|
|
|
1689
1692
|
var toStartFlow = '/bpm/v1/mecpItask/toStartFlowNew.json';
|
|
1690
1693
|
// export const toStartFlow = '/bpm/v1/mecpItask/toStartFlow.json';
|
|
1691
1694
|
// export const toStartFlow = activiti + mecp + '/bpmBackend/toStartFlowIndex';
|
|
1692
|
-
|
|
1695
|
+
var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
1693
1696
|
// 驳回(为H5提供接口)
|
|
1694
1697
|
// export const taskRejectHtml = '/api/mecp/v1/mecpItask/taskRejectHtml.json';
|
|
1695
1698
|
var taskRejectHtml = activiti + mecp + '/bpmBackend/taskReject';
|
|
@@ -1745,6 +1748,10 @@ var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
|
1745
1748
|
var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
|
|
1746
1749
|
// 获取系统参数
|
|
1747
1750
|
var getSysParam = '/api/v1/mecpSys/getSysParam.json';
|
|
1751
|
+
// 自由发起流程获取配置参数
|
|
1752
|
+
var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
|
|
1753
|
+
// 获取发起流程列表
|
|
1754
|
+
var getProcessDefList = '/bpm/v1/mecpItask/getProcessDefList.json';
|
|
1748
1755
|
|
|
1749
1756
|
/***/ }),
|
|
1750
1757
|
|
|
@@ -1884,7 +1891,7 @@ var axios_ajax = function ajax(url) {
|
|
|
1884
1891
|
break;
|
|
1885
1892
|
case 403:
|
|
1886
1893
|
error.message = '登录过期,请重新登录';
|
|
1887
|
-
|
|
1894
|
+
// $.removeStorage('userId');
|
|
1888
1895
|
break;
|
|
1889
1896
|
case 404:
|
|
1890
1897
|
error.message = '网络请求不存在';
|
|
@@ -2584,7 +2591,7 @@ var _name$props$filters$d;
|
|
|
2584
2591
|
var _this = this;
|
|
2585
2592
|
|
|
2586
2593
|
Object(http["a" /* default */])({
|
|
2587
|
-
url: api["
|
|
2594
|
+
url: api["s" /* pendedhistoryList */],
|
|
2588
2595
|
type: 'post',
|
|
2589
2596
|
params: {
|
|
2590
2597
|
type: this.type,
|