Commit 399aca32 by Tianqing Liu

feat: 加载图片成功后,才进行刷新页面

1 parent cf6ac862
......@@ -1376,10 +1376,11 @@ export default {
}
snapshotRecordApi.operateGetPics({unids:targetParams}).then((r) => {}).finally(() => {
allImagesLoading.value = false
})
setTimeout(()=>{
confirmSearch()
},2000)
},1000)
})
}
const comparativeFun = function(){
if(currobj.value=={}) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!