Explorar el Código

修改网格划分上传

liuqiao hace 2 años
padre
commit
cd75ebd085
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/index/HCFDLab/fileupload.vue

+ 2 - 1
src/views/index/HCFDLab/fileupload.vue

@@ -297,7 +297,8 @@ export default {
                 }else if (file.ext == "mapbc"){
                      v_this.bindmapbc(response.bfid);
                 }else if (file.ext == "igs"){
-                     v_this.bindmesh(response.bfid,'igs');
+               ;
+                     v_this.bindmesh(response.bfid,file.ext);
                 }else
                 {