wrc 2 lat temu
rodzic
commit
eb270128a9
1 zmienionych plików z 1 dodań i 1 usunięć
  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')
     }