zzzz
2024-04-24 fde4daf5bf6ace15c3f78eb3bb5b9dbdad763674
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 });
      }