Commit d6f231e2 by 李乾广

修改bug

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