Commit bea8e8d8 authored by 李苏's avatar 李苏 💬

溯源排查逻辑,绘制管道调整

parent ccbf36d7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-09-19 15:46:29 * @LastEditTime: 2024-09-19 16:18:43
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -664,7 +664,13 @@ ...@@ -664,7 +664,13 @@
this.viewer.scene.traverse((model) => { this.viewer.scene.traverse((model) => {
if (model.isMesh) { if (model.isMesh) {
if (sbxxCodeList.includes(model.name)) { let isbh = false
sbxxCodeList.forEach(item => {
if (model.name.includes(item)) {
isbh = true
}})
if (isbh) {
model.visible = true model.visible = true
let jzReMaterialQueItem = { let jzReMaterialQueItem = {
model, model,
...@@ -759,7 +765,7 @@ ...@@ -759,7 +765,7 @@
this.loading = true this.loading = true
this.loadingText = '正在处理,请稍等。' this.loadingText = '正在处理,请稍等。'
if (this.sypcQueryParams.isrRecentImport!='') { if (this.sypcQueryParams.isrRecentImport != '') {
this.$post('ksh/check/workOrder', this.$post('ksh/check/workOrder',
this.sypcQueryParams this.sypcQueryParams
...@@ -1171,7 +1177,7 @@ ...@@ -1171,7 +1177,7 @@
const flowObject = new VT.TubeLine({ const flowObject = new VT.TubeLine({
points: points, points: points,
geometry: { geometry: {
radius: radius / 100 / 2, radius: radius / 1000 / 2,
cornerRadius: 0, cornerRadius: 0,
cornerSplit: 10, cornerSplit: 10,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment