未验证 提交 52b188b3 编写于 作者: L labbomb 提交者: GitHub

[Bug]Fix log request errors (#9791)

上级 f839b527
......@@ -284,6 +284,19 @@ export default defineComponent({
}
)
watch(
() => nodeVariables.showModalRef,
() => {
if (!nodeVariables.showModalRef) {
nodeVariables.row = {}
nodeVariables.logRef = ''
nodeVariables.logLoadingRef = true
nodeVariables.skipLineNum = 0
nodeVariables.limit = 1000
}
}
)
onBeforeUnmount(() => clearInterval(statusTimerRef.value))
return () => (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册