[update] 修改bug79085

This commit is contained in:
lideqin
2023-12-07 13:52:45 +08:00
parent a8e913965f
commit 758d9962a5
@@ -420,6 +420,9 @@ export default {
// 检索弹框点击历史查数据
historySearch (searchObj) {
console.log('--------historySearch--------', searchObj)
// 清空其他筛选记录
this.selectOptions = {}
// 设置历史记录中的值
this.retrievalModeCurrent = searchObj.searchMode // 检索方式
this.resourceTypeCurrent = searchObj.resourceType || 'all' // 资源类型
this.searchValue = searchObj.searchValue // 搜索内容
@@ -446,6 +449,8 @@ export default {
}
this.onSearch(1)
})
} else {
this.onSearch(1)
}
}
}