修改关联应用弹窗报错问题

This commit is contained in:
HISENSE\liuyuxin6 2022-06-24 19:05:27 +08:00
parent 31eee8d607
commit dc27487afb
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@
ref="addOrUpdate"
@refreshDataList="getDataList"
></add-or-update>
<relate-application v-if="relateApplicationVisible" ref="relateApplication" :relateInfo="relateInfo" @isShowRelatePopup="handleIsShowRelatePopup"></relate-application>
<relate-application v-if="relateApplicationVisible" ref="relateApplication" :nameArray="['未关联应用名称', '已关联应用名称']" :relateInfo="relateInfo" @isShowRelatePopup="handleIsShowRelatePopup"></relate-application>
</div>
</el-card>
</template>

View File

@ -66,7 +66,7 @@
:label="item.attrType"
header-align="center"
align="center"
show-overflow-tooltip="true"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
{{ findValue(scope.row.infoList, item.attrType) }}