|
@@ -27,6 +27,7 @@
|
|
|
:searchType='searchType'
|
|
|
:similarList = 'similarList'
|
|
|
isShow = "true"
|
|
|
+ @closeTable = "closeTable"
|
|
|
>
|
|
|
</SimilarListDrag>
|
|
|
</td>
|
|
@@ -84,6 +85,7 @@
|
|
|
:searchType='searchType'
|
|
|
:similarList = 'similarList'
|
|
|
:isShow = "index ===searchIndex"
|
|
|
+ @closeTable = "closeTable"
|
|
|
>
|
|
|
</SimilarListDrag>
|
|
|
</td>
|
|
@@ -160,6 +162,7 @@
|
|
|
:searchType='searchType'
|
|
|
:similarList = 'similarList'
|
|
|
:isShow = "index ===searchIndex"
|
|
|
+ @closeTable = "closeTable"
|
|
|
>
|
|
|
</SimilarListDrag>
|
|
|
</td>
|
|
@@ -311,6 +314,7 @@ import SimilarListDrag from './SimilarListDrag'
|
|
|
utils.dragBox('dragModalWrap','dragModalTitle','del')
|
|
|
},
|
|
|
closeTable(){
|
|
|
+ this.searchType = ''
|
|
|
this.similarList = []
|
|
|
|
|
|
},
|
|
@@ -522,6 +526,7 @@ import SimilarListDrag from './SimilarListDrag'
|
|
|
},
|
|
|
getSimilarList(name){
|
|
|
if(!name){
|
|
|
+ this.closeTable()
|
|
|
return
|
|
|
}
|
|
|
const param = {
|