eoss-ui 0.8.33 → 0.8.34

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.33",
3
+ "version": "0.8.34",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -3371,6 +3371,8 @@ this.$confirm('确认提交?', '提示', {
3371
3371
  ? (this.endFlow = true)
3372
3372
  : '';
3373
3373
  }
3374
+ }else if(nextNodeList){
3375
+ this.endFlow = true
3374
3376
  }
3375
3377
 
3376
3378
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0)
package/src/index.js CHANGED
@@ -127,7 +127,7 @@ if (typeof window !== 'undefined' && window.Vue) {
127
127
  }
128
128
 
129
129
  export default {
130
- version: '0.8.33',
130
+ version: '0.8.34',
131
131
  install,
132
132
  Archives,
133
133
  Button,