Parcourir la source

文件上传面积数据修改

lkk il y a 10 mois
Parent
commit
b268614813
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/mapView/range.vue

+ 1 - 1
src/components/mapView/range.vue

@@ -113,7 +113,7 @@ export default {
       formdata.append("fromRoute", this.$route.path);
       ShapeUpload(formdata).then((res) => {
         if (res.success) {
-          this.model.xzmj = (res.data.area * 0.0015).toFixed(2);
+          this.model.xzmj = res.data.muArea.toFixed(2);
           // viewer.entities.removeAll();
           this.resetDataSources();
           this.fileDataID = res.data.id;