@@ -47,6 +47,20 @@
}
})
},
+ watch: {
+ isShow: function (val) {
+ if (val) {
+ this.activeObj = {
+ // 省
+ province: -1,
+ // 市
+ city: -1,
+ // 区
+ area: -1
+ }
+ },
computed: {
currentType () {
if (this.activeObj.area > -1) {