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
d505b44d
authored
2025-02-11 17:11:21 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fiix:流程参数修改
1 parent
d109e7f6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/views/data_asset/detail_serviceApi.vue
src/views/data_asset/registerStart.vue
src/views/data_product/productListingDetail.vue
src/views/data_asset/detail_serviceApi.vue
View file @
d505b44
...
...
@@ -6,6 +6,7 @@ import {
getApiDetail
,
apiTypes
,
}
from
"@/api/modules/dataAsset"
;
import
useUserStore
from
"@/store/modules/user"
;
const
route
=
useRoute
();
const
{
proxy
}
=
getCurrentInstance
()
as
any
;
const
router
=
useRouter
();
...
...
@@ -27,12 +28,14 @@ const detailInfo: any = ref({});
const
apiType
=
ref
(
'1'
);
// 单表API.
const
sql
=
ref
(
''
);
const
processDTOSValue
=
ref
([]);
const
userStore
=
useUserStore
();
const
userData
=
JSON
.
parse
(
userStore
.
userData
)
onBeforeMount
(()
=>
{
if
(
route
.
query
.
guid
)
{
getDetail
();
}
else
{
getCamundaDeploymentId
(
'10023'
).
then
((
res
:
any
)
=>
{
getCamundaDeploymentId
(
'10023'
,
userData
.
tenantGuid
,
userData
.
staffGuid
).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
deploymentId
.
value
=
res
.
data
;
}
else
{
...
...
src/views/data_asset/registerStart.vue
View file @
d505b44
...
...
@@ -2076,7 +2076,7 @@ onBeforeMount(() => {
}
});
}
else
{
getCamundaDeploymentId
(
'10016'
).
then
((
res
:
any
)
=>
{
getCamundaDeploymentId
(
'10016'
,
userData
.
tenantGuid
,
userData
.
staffGuid
).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
deploymentId
.
value
=
res
.
data
;
}
else
{
...
...
src/views/data_product/productListingDetail.vue
View file @
d505b44
...
...
@@ -1456,7 +1456,7 @@ onBeforeMount(async () => {
}
})
getCamundaDeploymentId
(
'10016'
).
then
((
res
:
any
)
=>
{
getCamundaDeploymentId
(
'10016'
,
userData
.
tenantGuid
,
userData
.
staffGuid
).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
deploymentId
.
value
=
res
.
data
;
}
else
{
...
...
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