Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
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
346c417c
authored
2025-03-27 15:58:07 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
2aa0c6d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/ApprovalProcess/dialog_approval.vue
src/components/ApprovalProcess/dialog_approval.vue
View file @
346c417
...
...
@@ -40,7 +40,7 @@ watch(() => props.visible, () => {
if
(
props
.
visible
)
{
isReSubmit
.
value
=
false
;
tableInfo
.
value
.
data
=
[];
tableInfo
.
value
.
actionInfo
.
show
=
props
.
currentRowInfo
?.
crossPlatformApproveState
==
'E'
;
tableInfo
.
value
.
actionInfo
.
show
=
props
.
currentRowInfo
?.
crossPlatformApproveState
==
'E'
&&
props
.
currentRowInfo
?.
approveState
!=
'D'
;
gettableList
();
}
},
{
...
...
@@ -62,7 +62,7 @@ const gettableList = () => {
d
.
approveState
=
d
.
approveState
==
null
?
undefined
:
d
.
approveState
;
return
d
;
});
tableInfo
.
value
.
actionInfo
.
show
=
tableInfo
.
value
.
data
?.[
0
]
&&
data
?.[
0
]?.
approveState
==
'E'
;
tableInfo
.
value
.
actionInfo
.
show
=
tableInfo
.
value
.
data
?.[
0
]
&&
data
?.[
0
]?.
approveState
==
'E'
&&
props
.
currentRowInfo
?.
approveState
!=
'D'
;
}
else
{
proxy
.
$ElMessage
.
error
(
res
.
msg
);
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment