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
f8265cf7
Commit
f8265cf7
authored
Dec 28, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改协同工作
parent
73993bc7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
stationPlanList.vue
...agement/instructionsIssued/components/stationPlanList.vue
+3
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionsIssued/components/stationPlanList.vue
View file @
f8265cf7
...
@@ -421,7 +421,8 @@ export default {
...
@@ -421,7 +421,8 @@ export default {
positionId
:
node
.
data
.
id
,
positionId
:
node
.
data
.
id
,
type
:
'cooperate'
,
type
:
'cooperate'
,
serialNumber
:
''
,
serialNumber
:
''
,
name
:
'协同办公'
name
:
'协同办公'
,
id
:
'cooperate'
})
})
res
.
items
.
forEach
(
element
=>
{
res
.
items
.
forEach
(
element
=>
{
element
.
level
=
3
element
.
level
=
3
...
@@ -456,6 +457,7 @@ export default {
...
@@ -456,6 +457,7 @@ export default {
this
.
$refs
.
detailComCoo
.
$refs
.
asCom
.
getData
(
node
)
this
.
$refs
.
detailComCoo
.
$refs
.
asCom
.
getData
(
node
)
}
}
}
}
console
.
log
(
node
,
121212
)
const
pNode
=
this
.
$refs
.
tree
.
getNode
(
node
).
parent
.
data
const
pNode
=
this
.
$refs
.
tree
.
getNode
(
node
).
parent
.
data
this
.
$bus
.
$emit
(
'getMissData'
,
pNode
)
this
.
$bus
.
$emit
(
'getMissData'
,
pNode
)
})
})
...
...
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