eoss-mobiles 0.1.13 → 0.1.15

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.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -56,7 +56,7 @@
56
56
  "axios": "^0.27.2",
57
57
  "element-ui": "^2.15.13",
58
58
  "eoss-element": "^0.2.35",
59
- "eoss-mobile-vant": "0.0.2",
59
+ "eoss-mobile-vant": "0.0.5",
60
60
  "json-bigint": "^1.0.0",
61
61
  "moment": "^2.29.4",
62
62
  "net": "^1.0.2",
@@ -808,7 +808,7 @@ export default {
808
808
  if (isSelected) {
809
809
  that.form.nextOperate = that.taskOperations[0].key;
810
810
  that.form.nextOperateName = that.taskOperations[0].value;
811
- that.nodeList = that.taskOperations[0].taskNodeList;
811
+ that.nodeList = that.taskOperations[0].taskNodeList || [];
812
812
  if (that.nodeList && that.nodeList.length > 0) {
813
813
  that.form.nextNodeId = that.nodeList[0].nodeId;
814
814
  that.form.nextNodeName = that.nodeList[0].nodeName;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ if (typeof window !== 'undefined' && window.Vue) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '0.1.13',
92
+ version: '0.1.15',
93
93
  install,
94
94
  Button,
95
95
  ButtonGroup,