修改
This commit is contained in:
parent
98de6eb141
commit
7eab12e9e4
@ -1010,7 +1010,7 @@ export default {
|
||||
},
|
||||
//点击区县城
|
||||
clickarea(item) {
|
||||
// this.value3 = "";
|
||||
this.value3 = "";
|
||||
console.log(item);
|
||||
getSecondaryLevelInfo(item.id).then((res) => {
|
||||
console.log(res);
|
||||
@ -1020,7 +1020,7 @@ export default {
|
||||
//点击市
|
||||
clickcity(item) {
|
||||
this.value2 = "";
|
||||
// this.value3 = "";
|
||||
this.value3 = "";
|
||||
console.log(item);
|
||||
getSecondaryLevelInfo(item.id).then((res) => {
|
||||
console.log(res);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user