From 275dc81283d0f80327f42e3adb2db5938d8b6ee5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 25 Apr 2024 19:42:06 +0800
Subject: [PATCH] 1

---
 src/page/list/favorites/data.list.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/page/list/favorites/data.list.vue b/src/page/list/favorites/data.list.vue
index 174fbf3..8beeeb2 100644
--- a/src/page/list/favorites/data.list.vue
+++ b/src/page/list/favorites/data.list.vue
@@ -227,7 +227,7 @@
       const res = await api.getNewAdd({
         newCode: this.shengouObj.code,
         applyNums: this.fromData.value,
-        type: this.fromData.type,
+        type: this.shengouObj.type,
       });
       if (res.status === 0) {
         Notify({ type: "success", message: res.msg });

--
Gitblit v1.9.3