fix: BUG修改
This commit is contained in:
parent
198deb9301
commit
b41a93ecb6
@ -3,10 +3,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@mixin td {
|
@mixin td {
|
||||||
width: 20%;
|
width: 25%;
|
||||||
text-overflow: ellipsis;
|
display: -webkit-box;
|
||||||
white-space: nowrap;
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #90a1c4;
|
color: #90a1c4;
|
||||||
}
|
}
|
||||||
@ -20,7 +22,8 @@
|
|||||||
// margin-left: 21px;
|
// margin-left: 21px;
|
||||||
// }
|
// }
|
||||||
.rank-content {
|
.rank-content {
|
||||||
width: 538px;
|
// width: 538px;
|
||||||
|
width: 100%;
|
||||||
.content-title {
|
.content-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
@ -49,6 +52,15 @@
|
|||||||
background: linear-gradient(90deg, rgba(50, 98, 179, 0.2) 0%, rgba(50, 98, 179, 0) 47%, rgba(50, 98, 179, 0.2) 100%);
|
background: linear-gradient(90deg, rgba(50, 98, 179, 0.2) 0%, rgba(50, 98, 179, 0) 47%, rgba(50, 98, 179, 0.2) 100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.left {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
.center {
|
||||||
|
width: 39%;
|
||||||
|
}
|
||||||
|
.right {
|
||||||
|
width: 39%;
|
||||||
|
}
|
||||||
.left,
|
.left,
|
||||||
.center,
|
.center,
|
||||||
.right {
|
.right {
|
||||||
@ -74,7 +86,7 @@
|
|||||||
font-family: OPPOSans-Bold;
|
font-family: OPPOSans-Bold;
|
||||||
font-weight: Bold;
|
font-weight: Bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
background: url("@/assets/images/hzImg/assessmentImg/numSum.png") no-repeat center center;
|
background: url("@/assets/images/hzImg/assessmentImg/numSum.png") no-repeat center center;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
text-indent: 10px;
|
text-indent: 10px;
|
||||||
@ -115,7 +127,7 @@
|
|||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
.td {
|
.td {
|
||||||
@include td;
|
@include td;
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.td:last-child {
|
.td:last-child {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -125,7 +137,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.table-body:nth-child(2n) {
|
.table-body:nth-child(2n) {
|
||||||
height: 35px;
|
// height: 35px;
|
||||||
|
// line-height: 35px;
|
||||||
|
min-height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
@include flex;
|
@include flex;
|
||||||
background: url("@/assets/images/hzImg/assessmentImg/tableBg-light.png") no-repeat center;
|
background: url("@/assets/images/hzImg/assessmentImg/tableBg-light.png") no-repeat center;
|
||||||
@ -133,11 +147,13 @@
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
.td {
|
.td {
|
||||||
@include td;
|
@include td;
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.table-body:nth-child(2n - 1) {
|
.table-body:nth-child(2n - 1) {
|
||||||
height: 35px;
|
// height: 35px;
|
||||||
|
// line-height: 35px;
|
||||||
|
min-height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
@include flex;
|
@include flex;
|
||||||
background: url("@/assets/images/hzImg/assessmentImg/tableBg-dark.png") no-repeat center;
|
background: url("@/assets/images/hzImg/assessmentImg/tableBg-dark.png") no-repeat center;
|
||||||
@ -145,7 +161,7 @@
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
.td {
|
.td {
|
||||||
@include td;
|
@include td;
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -46,22 +46,22 @@
|
|||||||
<!-- <div class="type-title">未验收项目</div> -->
|
<!-- <div class="type-title">未验收项目</div> -->
|
||||||
<div class="table-content">
|
<div class="table-content">
|
||||||
<div class="table-header">
|
<div class="table-header">
|
||||||
<div class="td">序号</div>
|
<div class="td" style="width: 15%">序号</div>
|
||||||
<div class="td">企业名称</div>
|
<div class="td">企业名称</div>
|
||||||
<div class="td">企业类型</div>
|
<!-- <div class="td">企业类型</div> -->
|
||||||
<div class="td">项目名称</div>
|
<div class="td" style="width: 45%">项目名称</div>
|
||||||
<div class="td" @click="changeSort(1)">
|
<div class="td" @click="changeSort(1)" style="width: 15%">
|
||||||
<span>得分</span>
|
<span>得分</span>
|
||||||
<el-icon color="#5BC7F7" :size="12"><d-caret /></el-icon>
|
<el-icon color="#5BC7F7" :size="12"><d-caret /></el-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-for="(item, index) in allRankList" :key="index">
|
<template v-for="(item, index) in allRankList" :key="index">
|
||||||
<div class="table-body">
|
<div class="table-body">
|
||||||
<div class="td">{{ index + 1 }}</div>
|
<div class="td" style="width: 15%">{{ index + 1 }}</div>
|
||||||
<div class="td" :title="item.enterpriseName">{{ item.enterpriseName }}</div>
|
<div class="td" :title="item.enterpriseName">{{ item.enterpriseName }}</div>
|
||||||
<div class="td">{{ item.enterpriseTypeName }}</div>
|
<!-- <div class="td">{{ item.enterpriseTypeName }}</div> -->
|
||||||
<div class="td" :title="item.engineeringName">{{ item.engineeringName }}</div>
|
<div class="td" style="width: 45%" :title="item.engineeringName">{{ item.engineeringName }}</div>
|
||||||
<div class="td">{{ item.score }}</div>
|
<div class="td" style="width: 15%">{{ item.score }}</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
@ -89,21 +89,21 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="table-content">
|
<div class="table-content">
|
||||||
<div class="table-header">
|
<div class="table-header">
|
||||||
<div class="td">序号</div>
|
<div class="td" style="width: 15%">序号</div>
|
||||||
<div class="td">企业名称</div>
|
<div class="td">企业名称</div>
|
||||||
<div class="td">企业类型</div>
|
<!-- <div class="td">企业类型</div> -->
|
||||||
<div class="td">项目名称</div>
|
<div class="td" style="width: 45%">项目名称</div>
|
||||||
<div class="td" @click="changeSort(2)">
|
<div class="td" @click="changeSort(2)" style="width: 15%">
|
||||||
<span>得分</span>
|
<span>得分</span>
|
||||||
<el-icon color="#5BC7F7" :size="12"><d-caret /></el-icon>
|
<el-icon color="#5BC7F7" :size="12"><d-caret /></el-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-body" v-for="(item, index) in engineerCountList" :key="index">
|
<div class="table-body" v-for="(item, index) in engineerCountList" :key="index">
|
||||||
<div class="td">{{ index + 1 }}</div>
|
<div class="td" style="width: 15%">{{ index + 1 }}</div>
|
||||||
<div class="td" :title="item.enterpriseName">{{ item.enterpriseName }}</div>
|
<div class="td" :title="item.enterpriseName">{{ item.enterpriseName }}</div>
|
||||||
<div class="td">{{ item.enterpriseTypeName }}</div>
|
<!-- <div class="td">{{ item.enterpriseTypeName }}</div> -->
|
||||||
<div class="td" :title="item.engineeringName">{{ item.engineeringName }}</div>
|
<div class="td" style="width: 45%" :title="item.engineeringName">{{ item.engineeringName }}</div>
|
||||||
<div class="td">{{ item.score }}</div>
|
<div class="td" style="width: 15%">{{ item.score }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -300,7 +300,7 @@ const columns: ColumnProps[] = [
|
|||||||
{ prop: "legalPerson", label: "法人代表" },
|
{ prop: "legalPerson", label: "法人代表" },
|
||||||
{ prop: "legalPersonTel", label: "法人代表手机" },
|
{ prop: "legalPersonTel", label: "法人代表手机" },
|
||||||
{ prop: "createTime", label: "登记时间" },
|
{ prop: "createTime", label: "登记时间" },
|
||||||
{ prop: "state", label: "审核状态" },
|
// { prop: "state", label: "审核状态" },
|
||||||
{ prop: "operation", label: "操作", fixed: "right", width: 180 }
|
{ prop: "operation", label: "操作", fixed: "right", width: 180 }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="suggest" label="未达标整改意见" width="200"> </el-table-column>
|
<el-table-column prop="suggest" label="未达标整改意见" width="200"> </el-table-column>
|
||||||
<el-table-column align="center" label="操作" width="180">
|
<el-table-column align="center" label="操作" width="180" fixed="right">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button type="primary" v-auth="'investment_payment_update'" link @click="handleEditItem(scope.row)">
|
<el-button type="primary" v-auth="'investment_payment_update'" link @click="handleEditItem(scope.row)">
|
||||||
<img src="@/assets/images/tableIcon/updateIcon.png" alt="" class="configureIcon" />
|
<img src="@/assets/images/tableIcon/updateIcon.png" alt="" class="configureIcon" />
|
||||||
@ -88,7 +88,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</divDialogComponent>
|
</divDialogComponent>
|
||||||
<!-- 投资支付详情 -->
|
<!-- 投资支付详情 -->
|
||||||
<divDialogComponent v-model:visible="payVisible">
|
<divDialogComponent v-model:visible="payVisible" class="add-edit-box">
|
||||||
<template #topContent>
|
<template #topContent>
|
||||||
<div class="title-detail">
|
<div class="title-detail">
|
||||||
<span>查看详情</span>
|
<span>查看详情</span>
|
||||||
@ -384,7 +384,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
.overview {
|
.overview {
|
||||||
// background-color: #fff;
|
// background-color: #fff;
|
||||||
|
height: 100%;
|
||||||
:deep(.el-dialog) {
|
:deep(.el-dialog) {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: rgba(9, 64, 95, 0.85);
|
background-color: rgba(9, 64, 95, 0.85);
|
||||||
@ -417,14 +417,16 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detail-table {
|
.detail-table {
|
||||||
height: 411px;
|
height: 100%;
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
.button-title {
|
.button-title {
|
||||||
@include flex;
|
@include flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
height: 310px;
|
height: 85%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
:deep(.el-table) {
|
:deep(.el-table) {
|
||||||
@ -487,4 +489,19 @@ onMounted(() => {
|
|||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
:deep() {
|
||||||
|
.table .el-table th.el-table-fixed-column--right,
|
||||||
|
.table-main .el-table th.el-table-fixed-column--right {
|
||||||
|
background-color: var(--el-table-row-hover-bg-color) !important;
|
||||||
|
}
|
||||||
|
.table .el-table td.el-table-fixed-column--right,
|
||||||
|
.table-main .el-table td.el-table-fixed-column--right {
|
||||||
|
background-color: var(--el-table-row-hover-bg-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.add-edit-box {
|
||||||
|
:deep(.center-content) {
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -344,8 +344,10 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detail-table {
|
.detail-table {
|
||||||
height: 411px;
|
height: 100%;
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
.button-title {
|
.button-title {
|
||||||
@include flex;
|
@include flex;
|
||||||
> span {
|
> span {
|
||||||
@ -355,7 +357,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
height: 310px;
|
height: 90%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
:deep(.el-table) {
|
:deep(.el-table) {
|
||||||
@ -372,7 +374,8 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sub-table {
|
.sub-table {
|
||||||
height: 391px;
|
height: 96%;
|
||||||
|
margin: 0 20px;
|
||||||
.button-optoion {
|
.button-optoion {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -139,6 +139,11 @@
|
|||||||
color: #a8abb2;
|
color: #a8abb2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.add-edit-box {
|
||||||
|
:deep(.center-content) {
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
// :deep(.el-dialog__body) {
|
// :deep(.el-dialog__body) {
|
||||||
// padding: 0 0 0 0 !important;
|
// padding: 0 0 0 0 !important;
|
||||||
// background-color: pink;
|
// background-color: pink;
|
||||||
|
|||||||
@ -102,7 +102,7 @@
|
|||||||
</DialogFormDiv>
|
</DialogFormDiv>
|
||||||
</template>
|
</template>
|
||||||
</divDialogComponent>
|
</divDialogComponent>
|
||||||
<divDialogComponent v-model:visible="detailsDialog">
|
<divDialogComponent v-model:visible="detailsDialog" class="add-edit-box">
|
||||||
<template #topContent>
|
<template #topContent>
|
||||||
<div class="title-detail">
|
<div class="title-detail">
|
||||||
<span>查看投资支付</span>
|
<span>查看投资支付</span>
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<divDialogComponent v-model:visible="auditVisible">
|
<divDialogComponent v-model:visible="auditVisible" class="add-edit-box">
|
||||||
<template #topContent>
|
<template #topContent>
|
||||||
<div class="title-detail">
|
<div class="title-detail">
|
||||||
<span>新增</span>
|
<span>新增</span>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
<el-table
|
<el-table
|
||||||
:data="recordItemData"
|
:data="recordItemData"
|
||||||
class="el-table"
|
class="el-table"
|
||||||
height="350"
|
height="100%"
|
||||||
:row-style="{ height: '40px' }"
|
:row-style="{ height: '40px' }"
|
||||||
:header-cell-style="{ textAlign: 'center', height: '40px' }"
|
:header-cell-style="{ textAlign: 'center', height: '40px' }"
|
||||||
:cell-style="{ textAlign: 'center', height: '40px' }"
|
:cell-style="{ textAlign: 'center', height: '40px' }"
|
||||||
@ -111,7 +111,7 @@
|
|||||||
<el-table-column prop="endAmount" label="金额(元)" width="120"> </el-table-column>
|
<el-table-column prop="endAmount" label="金额(元)" width="120"> </el-table-column>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="remark" label="备注"> </el-table-column>
|
<el-table-column prop="remark" label="备注"> </el-table-column>
|
||||||
<el-table-column align="left" label="操作" width="200">
|
<el-table-column align="left" label="操作" width="200" fixed="right">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button type="primary" v-auth="'investment_apply_update'" link @click="handleEditItem2(scope.row)">
|
<el-button type="primary" v-auth="'investment_apply_update'" link @click="handleEditItem2(scope.row)">
|
||||||
<img src="@/assets/images/tableIcon/updateIcon.png" alt="" class="configureIcon" />
|
<img src="@/assets/images/tableIcon/updateIcon.png" alt="" class="configureIcon" />
|
||||||
@ -768,7 +768,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
.overview {
|
.overview {
|
||||||
// background-color: #fff;
|
// background-color: #fff;
|
||||||
|
height: 100%;
|
||||||
:deep(.el-dialog) {
|
:deep(.el-dialog) {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: rgba(9, 64, 95, 0.85);
|
background-color: rgba(9, 64, 95, 0.85);
|
||||||
@ -801,14 +801,16 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detail-table {
|
.detail-table {
|
||||||
height: 411px;
|
height: 100%;
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
.button-title {
|
.button-title {
|
||||||
@include flex;
|
@include flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
height: 310px;
|
height: 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
:deep(.el-table) {
|
:deep(.el-table) {
|
||||||
@ -825,10 +827,16 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sub-table {
|
.sub-table {
|
||||||
height: 391px;
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
margin: 0 20px;
|
||||||
.button-optoion {
|
.button-optoion {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
.el-table {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.test :deep(.el-input__wrapper) {
|
.test :deep(.el-input__wrapper) {
|
||||||
@ -889,4 +897,19 @@ onMounted(() => {
|
|||||||
width: 230px !important;
|
width: 230px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.add-edit-box {
|
||||||
|
:deep(.center-content) {
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:deep() {
|
||||||
|
.el-table th.el-table-fixed-column--right,
|
||||||
|
.table-main .el-table th.el-table-fixed-column--right {
|
||||||
|
background-color: var(--el-table-row-hover-bg-color) !important;
|
||||||
|
}
|
||||||
|
.el-table td.el-table-fixed-column--right,
|
||||||
|
.table-main .el-table td.el-table-fixed-column--right {
|
||||||
|
background-color: var(--el-table-row-hover-bg-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -133,6 +133,11 @@
|
|||||||
color: #a8abb2;
|
color: #a8abb2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.add-edit-box {
|
||||||
|
:deep(.center-content) {
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
// :deep(.el-dialog__body) {
|
// :deep(.el-dialog__body) {
|
||||||
// padding: 0 0 0 0 !important;
|
// padding: 0 0 0 0 !important;
|
||||||
// background-color: pink;
|
// background-color: pink;
|
||||||
|
|||||||
@ -88,7 +88,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</divDialogComponent>
|
</divDialogComponent>
|
||||||
<!-- 投资支付详情 -->
|
<!-- 投资支付详情 -->
|
||||||
<divDialogComponent v-model:visible="detailsDialog">
|
<divDialogComponent v-model:visible="detailsDialog" class="add-edit-box">
|
||||||
<template #topContent>
|
<template #topContent>
|
||||||
<div class="title-detail">
|
<div class="title-detail">
|
||||||
<span>查看详情</span>
|
<span>查看详情</span>
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
v-model="active"
|
v-model="active"
|
||||||
:tabs="['项目名称', '工程名称']"
|
:tabs="['项目名称', '工程名称']"
|
||||||
:records="records"
|
:records="records"
|
||||||
|
:activeIndex="modelActive"
|
||||||
@change-page="onCurChange"
|
@change-page="onCurChange"
|
||||||
@search="onSearchInput"
|
@search="onSearchInput"
|
||||||
:pageable="pages"
|
:pageable="pages"
|
||||||
@ -102,6 +103,7 @@ import { ColumnProps } from "@/components/ProTable/interface";
|
|||||||
import { parentItemGovermentList, payGovermentAdd } from "@/api/modules/huizhou";
|
import { parentItemGovermentList, payGovermentAdd } from "@/api/modules/huizhou";
|
||||||
import { useRoute, useRouter } from "vue-router";
|
import { useRoute, useRouter } from "vue-router";
|
||||||
import { sendIframeMessage } from "@/utils/util";
|
import { sendIframeMessage } from "@/utils/util";
|
||||||
|
const modelActive = ref(0);
|
||||||
const leftMenuIndex = ref(0);
|
const leftMenuIndex = ref(0);
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const pages = ref({
|
const pages = ref({
|
||||||
@ -401,8 +403,8 @@ watch(
|
|||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await getEngPage();
|
await getEngPage();
|
||||||
onSearch(records.value[0]);
|
onSearch(records.value[0]);
|
||||||
searchSn.value = (records.value as any[])[0].projectSn;
|
searchSn.value = (records.value as any[])[0].engineeringSn;
|
||||||
searchName.value = (records.value as any[])[0].projectName;
|
searchName.value = (records.value as any[])[0].engineeringName;
|
||||||
console.log(store.path);
|
console.log(store.path);
|
||||||
await sendIframeMessage({ obj: { path: route.path } }, 2, undefined);
|
await sendIframeMessage({ obj: { path: route.path } }, 2, undefined);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user