|
@@ -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')
|
|
|
}
|
|
}
|