修改默认地址checked格式错误的问题;修改编辑地址不回显的问题
This commit is contained in:
@ -107,14 +107,16 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
items(nextItem) {
|
||||
console.log(nextItem);
|
||||
this.province = nextItem;
|
||||
},
|
||||
defaultValue(next){
|
||||
this.value=next
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log(this);
|
||||
if (this.defaultValue) {
|
||||
this.value = this.defaultValue;
|
||||
if (this.value) {
|
||||
this.value = this.value;
|
||||
}
|
||||
this.province = this.items;
|
||||
},
|
||||
|
Reference in New Issue
Block a user