Browse Source

2023-08-28

wrc 2 years ago
parent
commit
eb270128a9
1 changed files with 1 additions and 1 deletions
  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')
     }