This commit is contained in:
2023-08-09 16:44:10 +08:00
parent 2cdb072ab8
commit ba59394115
100 changed files with 8965 additions and 307 deletions

View File

@@ -32,7 +32,7 @@ export default {
},
mounted() {
console.log("mounted")
// this.initData()
this.initData()
},
created() {
console.log("created")
@@ -41,6 +41,7 @@ export default {
initData(point = undefined) {
console.log(point)
this.visible = true
// this.searchBody = undefined
this.$nextTick(() => {
this.resetData();
if (point) {
@@ -53,7 +54,7 @@ export default {
this.currentPoint = undefined;
this.dialogMap && this.marker && this.dialogMap.remove(this.marker);
this.marker = null;
this.placeSearch = null;
// this.placeSearch = null;
this.searchBody = null
},
initMap() {