wrc 2 年 前
コミット
eb270128a9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/project/componens/info4.vue

+ 1 - 1
src/views/project/componens/info4.vue

@@ -241,7 +241,7 @@ export default {
     openFundsList() {
       const data = this.$router.resolve({
         path: '/funds/detail',
-        query: { id: this.form.id }
+        query: { id: this.projectId }
       })
       window.open(data.href, '_blank')
     }