瀏覽代碼

fix: 修复首页跳转经销商查看跟进错误

liuyaqi 2 年之前
父節點
當前提交
00b7a509d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/base/components/Follow.vue

+ 1 - 1
src/views/base/components/Follow.vue

@@ -90,7 +90,7 @@
       },
       async getFollowList() {
         let params = {
-          targetId: this.$route.query.id,
+          targetId: this.$route.query.id.toString(),
           targetType: this.targetType,
           DaysBeforeToday: 9999,
         }