From 6778472e04ec092e566fb950d0427095dabcae18 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 08 十一月 2024 19:37:36 +0800 Subject: [PATCH] Create WIDESEAWCS_Communicator.DLL使用说明文档2024-11-08.pdf --- WIDESEAWCS_Client/src/extension/basicinfo/extend/addrouters.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/WIDESEAWCS_Client/src/extension/basicinfo/extend/addrouters.vue b/WIDESEAWCS_Client/src/extension/basicinfo/extend/addrouters.vue index 235d6d3..28ed38f 100644 --- a/WIDESEAWCS_Client/src/extension/basicinfo/extend/addrouters.vue +++ b/WIDESEAWCS_Client/src/extension/basicinfo/extend/addrouters.vue @@ -232,9 +232,6 @@ ]; this.showDetialBox = true; this.getData(); - this.$emit("parentCall", ($vue) => { - console.log($vue); - }); }, getData() { this.http.post("/api/Router/GetBaseRouterInfo", {}, true).then((x) => { -- Gitblit v1.9.3