Explorar o código

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

liuyaqi %!s(int64=2) %!d(string=hai) anos
pai
achega
00b7a509d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
         }