Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a14b8398
authored
2022-09-22 16:35:05 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
获取回退节点
1 parent
1ee95920
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
src/views/ywbl/fqsq/components/th.vue
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/components/th.vue
View file @
a14b839
...
...
@@ -87,7 +87,7 @@ export default {
},
methods
:
{
tablelistFn
(){
getTaskBackNode
({
taskId
:
this
.
taskId
}).
then
(
res
=>
{
getTaskBackNode
({
bsmBusiness
:
this
.
bsmBusiness
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
=
res
.
result
}
...
...
src/views/ywbl/fqsq/fqsq.vue
View file @
a14b839
...
...
@@ -85,7 +85,6 @@
<thDialog
ref=
"thdialogRef"
v-model=
"thflag"
:taskId=
"taskId"
:bsmBusiness=
"bsmBusiness"
:queryForm=
"queryForm"
/>
...
...
@@ -122,7 +121,6 @@ export default {
editItem
:
""
,
issplitScreen
:
false
,
unitData
:
[],
taskId
:
""
,
bsmBusiness
:
""
,
};
},
...
...
@@ -160,7 +158,6 @@ export default {
this
.
unitData
=
res
.
result
?
res
.
result
:
[];
setTimeout
(()
=>
{
that
.
$refs
.
slxx
?.[
0
].
list
(
that
.
unitData
?.[
0
]?.
bsmSldy
);
this
.
taskId
=
that
.
unitData
?.[
0
]?.
taskId
;
this
.
bsmBusiness
=
that
.
unitData
?.[
0
]?.
bsmBusiness
;
},
300
);
}
...
...
@@ -188,7 +185,6 @@ export default {
},
// 左侧列表点击调用接口
unitClick
(
item
)
{
this
.
taskId
=
item
.
taskId
this
.
bsmBusiness
=
item
.
bsmBusiness
var
activeTabName
=
this
.
activeName
if
(
activeTabName
==
'slxx'
){
...
...
Please
register
or
sign in
to post a comment