Browse Source

没有此模型修改

haojianlong 4 years ago
parent
commit
6ccb2cb9cf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/ready/buildfloor/index.vue

+ 2 - 1
src/views/ready/buildfloor/index.vue

@@ -376,7 +376,8 @@ export default {
       if (3 == index) {
         this.modelId = "";
       } else if (index == 1) {
-        this.modelId = row.infos.floorMap
+        // this.modelId = row.infos.floorMap
+        this.modelId = row.modelId;
       } else {
         this.modelId = row.modelId;
       }