eoss-ui 0.7.12 → 0.7.13

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.7.12",
3
+ "version": "0.7.13",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -2978,7 +2978,7 @@ export default {
2978
2978
  this.circularReadParamsMap.circularReadOrgRoleCode;
2979
2979
  }
2980
2980
  this.currentOrgName = currentOrgName;
2981
- this.nextOperateCheckType = nextOperateCheckType;
2981
+ this.nextOperateCheckType = nextOperateCheckType || 'select';
2982
2982
  this.currentNodeIsCircularReadNode =
2983
2983
  nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
2984
2984
 
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.7.12',
128
+ version: '0.7.13',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,