[Improvement] Area: update province data (#1653)

This commit is contained in:
neverland
2018-08-20 10:38:01 +08:00
committed by GitHub
parent e6cc4eab03
commit ef9957bb5d
2 changed files with 291 additions and 140 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,9 +33,6 @@ export default {
}, },
data() { data() {
setTimeout(() => {
this.$refs.area.reset();
}, 3000);
return { return {
value: '330302' value: '330302'
}; };