Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
zghywpc-vue
Commits
bea8e8d8
Commit
bea8e8d8
authored
Sep 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
溯源排查逻辑,绘制管道调整
parent
ccbf36d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
796 additions
and
790 deletions
+796
-790
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+796
-790
No files found.
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
bea8e8d8
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-09-19 1
5:46:29
* @LastEditTime: 2024-09-19 1
6: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
/
1
00
/
2
,
radius
:
radius
/
10
00
/
2
,
cornerRadius
:
0
,
cornerSplit
:
10
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment