소스 검색

文件上传面积数据修改

lkk 10 달 전
부모
커밋
b268614813
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;