数据资产登记更新
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -2076,7 +2076,7 @@ onBeforeMount(() => { | ... | @@ -2076,7 +2076,7 @@ onBeforeMount(() => { |
| 2076 | } | 2076 | } |
| 2077 | }); | 2077 | }); |
| 2078 | } else { | 2078 | } else { |
| 2079 | getCamundaDeploymentId('10016', userData.tenantGuid, userData.staffGuid).then((res: any) => { | 2079 | getCamundaDeploymentId('10017', userData.tenantGuid, userData.staffGuid).then((res: any) => { |
| 2080 | if (res.code == proxy.$passCode) { | 2080 | if (res.code == proxy.$passCode) { |
| 2081 | deploymentId.value = res.data; | 2081 | deploymentId.value = res.data; |
| 2082 | } else { | 2082 | } else { | ... | ... |
-
Please register or sign in to post a comment