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/lib/eoss-ui.common.js +9 -9
- package/lib/flow.js +3 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -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
|
|