|
@@ -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;
|