diff --git a/web_src/vuepages/pages/notebook/debug/index.vue b/web_src/vuepages/pages/notebook/debug/index.vue index 388c2608d..60397babe 100644 --- a/web_src/vuepages/pages/notebook/debug/index.vue +++ b/web_src/vuepages/pages/notebook/debug/index.vue @@ -412,6 +412,7 @@ export default { this.fileInfo.sign_name = selfData.getAttribute('data-name') let that = this; if(new URLSearchParams(window.location.search).get("type")==='login'){ + that.getNotebookInfo() that.dialogVisible = true; } document