Browse Source

文件上传面积数据修改

lkk 10 months ago
parent
commit
b268614813
1 changed files with 1 additions and 1 deletions
  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;