Browse Source

2023-08-28

wrc 2 năm trước cách đây
mục cha
commit
eb270128a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')
     }