Lou
2024-03-11 f93815a2cd126d1f17f28927fbc34fe4fe528eb1
subPackage/workbench/views/editExamine.vue
@@ -194,8 +194,8 @@
      mounted() {
         this.$nextTick(() => {
            this.getCsDetails()
            this.getPlace();
            this.getCsDetails();
         })
      },
      methods: {
@@ -221,9 +221,9 @@
         },
         getPlace() {
         getPlace(location) {
            getPlaceList({
               addressName: this.form.location
               addressName: location
            }).then(res => {
               console.log(res)
               this.placeList = res.data;
@@ -250,6 +250,7 @@
            getPlaceDetail({
               placeId: this.curSelectSite.id
            }).then(detailRes => {
               const {
                  code,
                  data
@@ -261,6 +262,7 @@
                  })
                  return
               }
               this.getPlace(data.location);
               if (data.lat) {
                  this.jwd = `${Number(data.lng).toFixed(6)},${Number(data.lat).toFixed(6)}`
               }