src/page/list/favorites/data.list.vue @@ -229,6 +229,8 @@ }); if (res.status === 0) { Notify({ type: "success", message: res.msg }); this.loadings = false; this.fromData.value = ""; } else { Notify({ type: "warning", message: res.msg }); }