连接器注销
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -66,6 +66,8 @@ function stopConnector() { | ... | @@ -66,6 +66,8 @@ function stopConnector() { |
| 66 | type: "success", | 66 | type: "success", |
| 67 | message: "连接器注销成功", | 67 | message: "连接器注销成功", |
| 68 | }); | 68 | }); |
| 69 | } else { | ||
| 70 | res?.msg && ElMessage.error(res.msg); | ||
| 69 | } | 71 | } |
| 70 | }); | 72 | }); |
| 71 | }, () => { | 73 | }, () => { | ... | ... |
-
Please register or sign in to post a comment