eoss-mobiles 0.3.48 → 0.3.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-mobiles",
3
- "version": "0.3.48",
3
+ "version": "0.3.49",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -634,7 +634,7 @@ export default {
634
634
  handleExplain: this.form.handleExplain,
635
635
  currentOrgProcessKey: processDefinitionId,
636
636
  noticeType: this.form.notificationMsgType,
637
- taskAction: 'create',
637
+ taskAction:this.type== "taskReadAndEnd"? "taskReadAndEnd" : "create",
638
638
  userId: this.userId,
639
639
  // notificationMsg: this.form.notificationMsg,
640
640
  nextReadUserId: ids
@@ -22,7 +22,7 @@
22
22
  :beforeSubmit="beforeSubmit"
23
23
  />
24
24
  <TaskRead
25
- v-else-if="newType === 'taskRead' || newType === 'transfer'"
25
+ v-else-if="newType === 'taskRead' || newType === 'transfer' || newType === 'taskReadAndEnd'"
26
26
  v-bind="$attrs"
27
27
  :userId="userId"
28
28
  :type="newType"
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.48',
108
+ version: '0.3.49',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,