Skip to content

Commit

Permalink
fixed bug iview#11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Dec 23, 2017
1 parent 1840f7c commit 2ba218a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/iview-area.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/iview-area.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iview-area",
"version": "1.5.13",
"version": "1.5.14",
"description": "An area-linkage-component bases on Vue and iView-UI components",
"author": "Lison",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions src/lib/components/al-selector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ export default {
this[nextName] = '';
this[nextList] = [];
}
if ((this[nextName] === '市辖区' && this.auto) || (this[nextName] === '市辖区' && this.value.length !== 0)) {
this.updateNextSelector('cityIndex', 'cityList', 'counList', '市辖区', 'currCou', 1);
}
}
},
returnRes (level) {
Expand Down

0 comments on commit 2ba218a

Please sign in to comment.