|
@@ -1812,8 +1812,11 @@ const dateClick = async () => {
|
|
nodeId: id,
|
|
nodeId: id,
|
|
})
|
|
})
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|
|
- window.$message?.success('msg')
|
|
|
|
- window?.location?.reload() //刷新页面
|
|
|
|
|
|
+ window.$message?.success(msg)
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ window?.location?.reload() //刷新页面
|
|
|
|
+ }, 1000)
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|