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
3b595223
authored
2026-04-02 11:31:31 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
逻辑空间审批接口联调
1 parent
e3e635a4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
src/router/modules/dataAsset.ts
src/views/data_asset/productSpaceDetail.vue
src/views/data_asset/productSpaceEdit.vue
src/views/data_asset/productSpaceManageList.vue
src/router/modules/dataAsset.ts
View file @
3b59522
...
...
@@ -456,7 +456,7 @@ const routes: RouteRecordRaw[] = [
{
path
:
''
,
name
:
'productSpaceManage'
,
component
:
()
=>
import
(
'@/views/data_asset/productSpaceManage.vue'
),
component
:
()
=>
import
(
'@/views/data_asset/productSpaceManage
List
.vue'
),
meta
:
{
title
:
''
,
sidebar
:
false
,
...
...
src/views/data_asset/productSpaceDetail.vue
View file @
3b59522
This diff is collapsed.
Click to expand it.
src/views/data_asset/productSpaceEdit.vue
View file @
3b59522
...
...
@@ -20,12 +20,12 @@
</el-tabs>
</ContentWrap>
<!-- 可信空间需要显示 -->
<
!--
<
ContentWrap
id=
"id-approveInfo"
title=
"流程审批"
expandSwicth
style=
"margin-top: 15px"
:isExpand=
"expandApprove"
<ContentWrap
id=
"id-approveInfo"
title=
"流程审批"
expandSwicth
style=
"margin-top: 15px"
:isExpand=
"expandApprove"
@
expand=
"(v) => expandApprove = v"
>
<ApprovalProcess
ref=
"approvalProcessRef"
v-if=
"deploymentId"
:deploymentId=
"deploymentId"
:processInstanceId=
"processInstanceId"
>
</ApprovalProcess>
</ContentWrap>
-->
</ContentWrap>
</div>
<div
class=
"bottom_tool_wrap"
>
<el-button
@
click=
"cancel"
>
取消
</el-button>
...
...
@@ -397,13 +397,13 @@ onActivated(() => {
onBeforeMount
(()
=>
{
// 可信空间需要
//
getCamundaDeploymentId('10034', userData.tenantGuid, userData.staffGuid).then((res: any) => {
//
if (res.code == proxy.$passCode) {
//
deploymentId.value = res.data;
//
} else {
//
proxy.$ElMessage.error(res.msg);
//
}
//
})
getCamundaDeploymentId
(
'10034'
,
userData
.
tenantGuid
,
userData
.
staffGuid
).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
deploymentId
.
value
=
res
.
data
;
}
else
{
proxy
.
$ElMessage
.
error
(
res
.
msg
);
}
})
if
(
route
.
query
.
guid
)
{
fullscreenLoading
.
value
=
true
;
getLogicSpaceDetail
({
guid
:
route
.
query
.
guid
}).
then
((
res
:
any
)
=>
{
...
...
src/views/data_asset/productSpaceManageList.vue
0 → 100644
View file @
3b59522
This diff is collapsed.
Click to expand it.
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