Commit 206c8cefe3dcfc72e5c5dbf6cb76f57f723303e9
1 parent
7822d425
fix:DEFECT-925 用户去修改管理凭证,弹了两个提示框出来
Showing
1 changed file
with
1 additions
and
5 deletions
| @@ -206,11 +206,7 @@ | @@ -206,11 +206,7 @@ | ||
| 206 | closeModal(); | 206 | closeModal(); |
| 207 | handleCancel(); | 207 | handleCancel(); |
| 208 | }) | 208 | }) |
| 209 | - .catch((e) => { | ||
| 210 | - if (e?.message) { | ||
| 211 | - createMessage.error(e?.message); | ||
| 212 | - } | ||
| 213 | - }); | 209 | + .catch(() => {}); |
| 214 | }; | 210 | }; |
| 215 | return { | 211 | return { |
| 216 | registerModal, | 212 | registerModal, |