@@ -739,7 +739,10 @@ const copyTheLogBusinessData = async (ids) => {
copyTimeModal.value = false
window?.$message?.success('复制成功')
setTimeout(() => {
- window?.location?.reload() //刷新页面
+ // window?.location?.reload() //刷新页面
+ setQueryDataDate()
+ setMountOnEventKey()
+ getQueryData()
}, 3000)
}