Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
0025e607
Commit
0025e607
authored
Dec 23, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
e3200d43
087044f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
stationPlanList.vue
...agement/instructionsIssued/components/stationPlanList.vue
+2
-0
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionsIssued/components/stationPlanList.vue
View file @
0025e607
...
@@ -365,6 +365,7 @@ export default {
...
@@ -365,6 +365,7 @@ export default {
},
},
handleNodeExpanded
(
data
,
node
)
{
handleNodeExpanded
(
data
,
node
)
{
if
(
node
.
level
===
2
)
{
if
(
node
.
level
===
2
)
{
this
.
isCooperate
=
false
const
_node
=
this
.
$refs
.
tree
.
getNode
(
data
)
const
_node
=
this
.
$refs
.
tree
.
getNode
(
data
)
_node
.
loaded
=
false
_node
.
loaded
=
false
node
.
childNodes
.
splice
(
0
,
node
.
childNodes
.
length
)
node
.
childNodes
.
splice
(
0
,
node
.
childNodes
.
length
)
...
@@ -375,6 +376,7 @@ export default {
...
@@ -375,6 +376,7 @@ export default {
if
(
node
.
level
===
1
)
{
if
(
node
.
level
===
1
)
{
return
resolve
(
node
.
data
.
children
)
return
resolve
(
node
.
data
.
children
)
}
else
if
(
node
.
level
===
2
)
{
}
else
if
(
node
.
level
===
2
)
{
this
.
isCooperate
=
false
if
(
node
.
data
)
{
if
(
node
.
data
)
{
node
.
data
.
joExecutePlanStateData
=
this
.
searchFormData
.
joExecutePlanStateData
node
.
data
.
joExecutePlanStateData
=
this
.
searchFormData
.
joExecutePlanStateData
this
.
searchFormData
=
node
.
data
this
.
searchFormData
=
node
.
data
...
...
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