逻辑空间审批接口联调
Showing
4 changed files
with
10 additions
and
10 deletions
| ... | @@ -456,7 +456,7 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -456,7 +456,7 @@ const routes: RouteRecordRaw[] = [ |
| 456 | { | 456 | { |
| 457 | path: '', | 457 | path: '', |
| 458 | name: 'productSpaceManage', | 458 | name: 'productSpaceManage', |
| 459 | component: () => import('@/views/data_asset/productSpaceManage.vue'), | 459 | component: () => import('@/views/data_asset/productSpaceManageList.vue'), |
| 460 | meta: { | 460 | meta: { |
| 461 | title: '', | 461 | title: '', |
| 462 | sidebar: false, | 462 | sidebar: false, | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -20,12 +20,12 @@ | ... | @@ -20,12 +20,12 @@ |
| 20 | </el-tabs> | 20 | </el-tabs> |
| 21 | </ContentWrap> | 21 | </ContentWrap> |
| 22 | <!-- 可信空间需要显示 --> | 22 | <!-- 可信空间需要显示 --> |
| 23 | <!-- <ContentWrap id="id-approveInfo" title="流程审批" expandSwicth style="margin-top: 15px" :isExpand="expandApprove" | 23 | <ContentWrap id="id-approveInfo" title="流程审批" expandSwicth style="margin-top: 15px" :isExpand="expandApprove" |
| 24 | @expand="(v) => expandApprove = v"> | 24 | @expand="(v) => expandApprove = v"> |
| 25 | <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" | 25 | <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" |
| 26 | :processInstanceId="processInstanceId"> | 26 | :processInstanceId="processInstanceId"> |
| 27 | </ApprovalProcess> | 27 | </ApprovalProcess> |
| 28 | </ContentWrap> --> | 28 | </ContentWrap> |
| 29 | </div> | 29 | </div> |
| 30 | <div class="bottom_tool_wrap"> | 30 | <div class="bottom_tool_wrap"> |
| 31 | <el-button @click="cancel">取消</el-button> | 31 | <el-button @click="cancel">取消</el-button> |
| ... | @@ -397,13 +397,13 @@ onActivated(() => { | ... | @@ -397,13 +397,13 @@ onActivated(() => { |
| 397 | 397 | ||
| 398 | onBeforeMount(() => { | 398 | onBeforeMount(() => { |
| 399 | // 可信空间需要 | 399 | // 可信空间需要 |
| 400 | // getCamundaDeploymentId('10034', userData.tenantGuid, userData.staffGuid).then((res: any) => { | 400 | getCamundaDeploymentId('10034', userData.tenantGuid, userData.staffGuid).then((res: any) => { |
| 401 | // if (res.code == proxy.$passCode) { | 401 | if (res.code == proxy.$passCode) { |
| 402 | // deploymentId.value = res.data; | 402 | deploymentId.value = res.data; |
| 403 | // } else { | 403 | } else { |
| 404 | // proxy.$ElMessage.error(res.msg); | 404 | proxy.$ElMessage.error(res.msg); |
| 405 | // } | 405 | } |
| 406 | // }) | 406 | }) |
| 407 | if (route.query.guid) { | 407 | if (route.query.guid) { |
| 408 | fullscreenLoading.value = true; | 408 | fullscreenLoading.value = true; |
| 409 | getLogicSpaceDetail({ guid: route.query.guid }).then((res: any) => { | 409 | getLogicSpaceDetail({ guid: route.query.guid }).then((res: any) => { | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment