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
2a02e53b
Commit
2a02e53b
authored
May 10, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站位计划维护点击树结构的第一个节点的时候不调用接口,但是右侧查询是查询当前整个架次下的数据
parent
fbb98b50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+6
-4
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
View file @
2a02e53b
...
...
@@ -65,6 +65,7 @@
<dee-as-com
ref=
"detailCom"
:key=
"layConfig.typeName"
:basic-data=
"
{activeNodeData}"
:lay-config="layConfig"
table-height="calc(100vh - 200px)"
@row-click="rowClick"
...
...
@@ -74,6 +75,7 @@
<dee-as-com
ref=
"detailCom2"
:key=
"layConfig.typeName"
:basic-data=
"
{activeNodeData}"
:lay-config="layConfig1"
table-height="calc(100vh - 200px)"
@row-click="rowClick"
...
...
@@ -588,11 +590,11 @@ export default {
})
},
handleNodeClick
(
data
,
node
)
{
data
.
activeTab
=
this
.
activeTab
data
.
level
=
node
.
level
data
.
searchStories
=
this
.
form
.
sortiesName
this
.
activeNodeData
=
data
if
(
node
.
level
===
2
||
node
.
level
===
3
)
{
data
.
activeTab
=
this
.
activeTab
data
.
level
=
node
.
level
data
.
searchStories
=
this
.
form
.
sortiesName
this
.
activeNodeData
=
data
this
.
$nextTick
(()
=>
{
if
(
this
.
activeTab
===
'0'
)
{
if
(
this
.
$refs
.
detailCom
.
$refs
.
asCom
&&
this
.
$refs
.
detailCom
.
$refs
.
asCom
.
getData
)
{
...
...
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