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

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

parent ccbf36d7
......@@ -2,7 +2,7 @@
* @Description:
* @Author: 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
-->
<template>
......@@ -664,7 +664,13 @@
this.viewer.scene.traverse((model) => {
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
let jzReMaterialQueItem = {
model,
......@@ -759,7 +765,7 @@
this.loading = true
this.loadingText = '正在处理,请稍等。'
if (this.sypcQueryParams.isrRecentImport!='') {
if (this.sypcQueryParams.isrRecentImport != '') {
this.$post('ksh/check/workOrder',
this.sypcQueryParams
......@@ -1171,7 +1177,7 @@
const flowObject = new VT.TubeLine({
points: points,
geometry: {
radius: radius / 100 / 2,
radius: radius / 1000 / 2,
cornerRadius: 0,
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