fix
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -465,6 +465,7 @@ const dialogBtnClick = (btn, info) => { | ... | @@ -465,6 +465,7 @@ const dialogBtnClick = (btn, info) => { |
| 465 | }) | 465 | }) |
| 466 | } | 466 | } |
| 467 | } else { | 467 | } else { |
| 468 | dialogInfo.value.footer.btns[1].loading = false; | ||
| 468 | ElMessage.error(res.msg); | 469 | ElMessage.error(res.msg); |
| 469 | } | 470 | } |
| 470 | }) | 471 | }) | ... | ... |
-
Please register or sign in to post a comment