Skip to content

Commit

Permalink
update al-selector.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Jan 18, 2018
1 parent 663ca70 commit 8437adb
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 11 deletions.
107 changes: 101 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"echarts": "^3.8.5",
"html2canvas": "^0.5.0-beta4",
"iview": "^2.8.0",
"iview-area": "^1.5.14",
"iview-area": "^1.5.15",
"js-cookie": "^2.2.0",
"rasterizehtml": "^1.2.4",
"simplemde": "^1.11.2",
Expand All @@ -34,7 +34,8 @@
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"vue-virtual-scroller": "^0.10.6",
"vuex": "^3.0.1"
"vuex": "^3.0.1",
"xlsx": "^0.11.17"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ export default {
if (this.showLevel === 3 || !this.auto) {
this.returnRes(3);
}
},
value () {
this.init();
}
},
methods: {
Expand Down Expand Up @@ -364,9 +367,9 @@ export default {
}
}
},
updated () {
this.init();
},
// updated () {
// this.init();
// },
mounted () {
this.init();
}
Expand Down

0 comments on commit 8437adb

Please sign in to comment.