NEZ-1258 fix: Asset查看详情时,多个功能点的搜索记录同步
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user