Commit d6f231e2 by 李乾广

修改bug

1 parent 56b2cd95
......@@ -697,7 +697,7 @@ export default {
const handleRefresh = function() {
isMultipleOperation.value = false
selectedPersonList.value = []
confirmSearch()
confirmSearch(1)
}
const handleEditorRefresh = function() {
isMultipleOperation.value = false
......@@ -1102,7 +1102,7 @@ export default {
console.log('getDataSourcesImg', unids)
clusterResultApi.operateGetPics({unids:unids}).then((r) => {})
setTimeout(()=>{
confirmSearch()
confirmSearch(1)
},3000)
}
// 添加人员库
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!