eoss-ui 0.8.19 → 0.8.20

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-ui",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -3325,12 +3325,12 @@ this.$confirm('确认提交?', '提示', {
3325
3325
  if (!this.isFlow) this.getFile(this.pendingId, attachedCode);
3326
3326
  if (nextNodeList && nextNodeList.length != 0) {
3327
3327
  this.nextNodeList = nextNodeList;
3328
- // if (nextNodeList[0].nodeType === 'endEvent') {
3329
- // this.isNextUser = nextNodeList[0].nodeType != 'endEvent';
3330
- // nextNodeList[0].nodeType === 'endEvent'
3331
- // ? (this.endFlow = true)
3332
- // : '';
3333
- // }
3328
+ if (nextNodeList[0].nodeType === 'endEvent') {
3329
+ this.isNextUser = nextNodeList[0].nodeType != 'endEvent';
3330
+ nextNodeList[0].nodeType === 'endEvent'
3331
+ ? (this.endFlow = true)
3332
+ : '';
3333
+ }
3334
3334
  }
3335
3335
 
3336
3336
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0)
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.8.19',
128
+ version: '0.8.20',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,