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
31778edc
authored
2026-04-02 13:41:01 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix:空间审批问题解决
1 parent
7a70da24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_asset/productSpaceManage.vue
src/views/data_asset/productSpaceManage.vue
View file @
31778ed
...
...
@@ -140,7 +140,7 @@ const newCreate = () => {
const
handleDataClick
=
(
item
)
=>
{
let
approveState
=
item
.
bizApproveState
;
if
(
approveState
==
'A'
||
approveState
==
'Y'
)
{
//通过或审批中,点进去是详情
if
(
approveState
==
'A'
||
(
approveState
==
'Y'
&&
item
.
isChangeData
==
'Y'
))
{
//审批中,点进去是详情;审批通过的也可以修改吧
router
.
push
({
name
:
'productSpaceDetail'
,
query
:
{
...
...
@@ -151,7 +151,7 @@ const handleDataClick = (item) => {
return
;
}
const
staffGuid
=
item
.
createUserId
||
''
;
let
currentStaffGuid
=
userData
.
tenant
Guid
;
let
currentStaffGuid
=
userData
.
user
Guid
;
// 如果是驳回等状态,是自己创建的可以编辑。
if
((
approveState
==
'C'
||
approveState
==
'E'
||
approveState
==
'R'
))
{
router
.
push
({
...
...
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