浏览代码

2023-08-28

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() {
     openFundsList() {
       const data = this.$router.resolve({
       const data = this.$router.resolve({
         path: '/funds/detail',
         path: '/funds/detail',
-        query: { id: this.form.id }
+        query: { id: this.projectId }
       })
       })
       window.open(data.href, '_blank')
       window.open(data.href, '_blank')
     }
     }