NEZ-1258 fix: Asset查看详情时,多个功能点的搜索记录同步

This commit is contained in:
zhangyu
2021-11-17 13:51:28 +08:00
parent d12051dd08
commit c19f8436e6
16 changed files with 24 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
</div>
<div class="top-tool-right" v-if="!customTool">
<div v-if="layout.indexOf('searchInput') > -1" class="top-tool-search margin-r-20">
<search-input :searchMsg="searchMsg" position="endpoint-bottom" @search="search" :targetTab="targetTab"></search-input>
<search-input :searchMsg="searchMsg" :position="'bottom' + targetTab + obj.id" @search="search" :targetTab="targetTab"></search-input>
</div>
<slot name="top-tool-right"></slot>
<button v-if="layout.indexOf('elementSet') > -1" id="account-column-setting" class="top-tool-btn margin-r-20"
@@ -71,6 +71,7 @@ export default {
type: String,
default: ''
},
obj: { },
tabs: {
type: Array
},