3c6254eb by lihua

连接器注销

1 parent 07e6e345
...@@ -73,6 +73,8 @@ function stopConnector() { ...@@ -73,6 +73,8 @@ function stopConnector() {
73 type: "success", 73 type: "success",
74 message: "连接器注销成功", 74 message: "连接器注销成功",
75 }); 75 });
76 } else {
77 res?.msg && ElMessage.error(res.msg);
76 } 78 }
77 }); 79 });
78 }, () => { 80 }, () => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!