eoss-mobiles 0.3.0 → 0.3.1

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.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -1106,7 +1106,8 @@ export default {
1106
1106
  } else {
1107
1107
  }
1108
1108
  }
1109
- if (this.nodeList) {
1109
+ if (this.nodeList && this.nodeList.length > 0) {
1110
+ console.log(this.nodeList)
1110
1111
  this.form.nextNodeId = this.nodeList[this.nextNodeDefault].nodeId;
1111
1112
  this.form.nextNodeName = this.nodeList[this.nextNodeDefault].nodeName;
1112
1113
  this.$toast.loading({
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.0',
108
+ version: '0.3.1',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,