|
@@ -62,7 +62,7 @@
|
|
</el-row>
|
|
</el-row>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<div style="flex-grow: 1; height:300px">
|
|
<div style="flex-grow: 1; height:300px">
|
|
- <cloudChart :data="cgnsData" />
|
|
|
|
|
|
+ <cloudChart :data="cgnsData" :height=canvasHeight />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -382,6 +382,7 @@ import analysisParams from "@/assets/img/analysisParams.png";
|
|
import { da } from "element-plus/es/locale/index.mjs";
|
|
import { da } from "element-plus/es/locale/index.mjs";
|
|
import cloudChart from "../threejsView/index.vue" // 云图
|
|
import cloudChart from "../threejsView/index.vue" // 云图
|
|
const meshFileImgSrc = new URL("@/assets/img/open.png", import.meta.url).href;
|
|
const meshFileImgSrc = new URL("@/assets/img/open.png", import.meta.url).href;
|
|
|
|
+let canvasHeight = ref("300px")
|
|
let cgnsData = ref()
|
|
let cgnsData = ref()
|
|
let meshFileName = ref('');
|
|
let meshFileName = ref('');
|
|
let percentage = ref(0);
|
|
let percentage = ref(0);
|
|
@@ -680,6 +681,8 @@ const getadflow = (id,nowid) => {
|
|
writeslicesolutionChange(writeslicesolution.value);
|
|
writeslicesolutionChange(writeslicesolution.value);
|
|
console.log('adid flow:',adid.value)
|
|
console.log('adid flow:',adid.value)
|
|
emitter.emit("adidFromadflow", adid);
|
|
emitter.emit("adidFromadflow", adid);
|
|
|
|
+ // 默认加载cgns文件
|
|
|
|
+ openWebSocket(res.fid);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|