b65aa437 by lxs

数据资产登记更新

1 parent f4cc314d
...@@ -2076,7 +2076,7 @@ onBeforeMount(() => { ...@@ -2076,7 +2076,7 @@ onBeforeMount(() => {
2076 } 2076 }
2077 }); 2077 });
2078 } else { 2078 } else {
2079 getCamundaDeploymentId('10016').then((res: any) => { 2079 getCamundaDeploymentId('10016', 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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!