Browse Source

'修改模型下载名称'

zhangyu 4 years ago
parent
commit
1cd7f913d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/model/file/floorTable.vue

+ 1 - 1
src/components/model/file/floorTable.vue

@@ -142,7 +142,7 @@ export default {
       if (url) {
         let a = document.createElement("a");
         a.href = url;
-        a.download = `${this.projectId}${item.Id}${item.FloorName}.rvt`;
+        a.download = `${this.projectId}${item.FolderId}${item.FloorName}.rvt`;
         a.click();
         document.body.removeChild(a);
       } else {