소스 검색

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,
         }