连接器注销
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -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 | }, () => { | ... | ... |
-
Please register or sign in to post a comment