This commit is contained in:
shidongli 2022-09-26 10:56:07 +08:00
parent 98de6eb141
commit 7eab12e9e4

View File

@ -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);