eoss-mobiles 0.3.14 → 0.3.16

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.
@@ -3,7 +3,7 @@
3
3
  @import './tree.scss';
4
4
  .em-flow {
5
5
  height: 100%;
6
- .van-popup{
6
+ .em-flow-popup .van-popup{
7
7
  border-radius: 10px ;
8
8
  width:70%;
9
9
  }
package/src/config/api.js CHANGED
@@ -120,3 +120,17 @@ export const startReadTransferHandleFlowWithTaskReadEnd =
120
120
  // 自由发起流程提交
121
121
  export const freeStartFlowWithSubmitTask =
122
122
  '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
123
+ // 获取督办页面信息
124
+ export const toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
125
+ // 督办提交
126
+ export const toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
127
+ // 重设流程
128
+ export const toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
129
+ // 提交重设流程
130
+ export const resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
131
+ // 续办流程
132
+ export const toTaskContinuationIndex =
133
+ '/bpm/bpmBackend/toTaskContinuationIndex';
134
+ // 续办提交
135
+ export const taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
136
+
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.14',
108
+ version: '0.3.16',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,