| | |
| | | handleAdd() { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | query: { id: 0, businesstype: "4", operationtype: "add" } |
| | | query: { id: 0, businessType: "4", operationtype: "add" } |
| | | }); |
| | | |
| | | this.istrue += 2; |
| | |
| | | handleUpdate(row) { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | query: { id: row.id, businesstype: 4, operationtype: "edit" } |
| | | query: { id: row.id, businessType: "4", operationtype: "edit" } |
| | | }); |
| | | |
| | | this.isopen = 0; |
| | |
| | | handleDetail(row) { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | query: { id: row.id, businesstype: 4, operationtype: "detail" } |
| | | query: { id: row.id, businessType: "4", operationtype: "detail" } |
| | | }); |
| | | |
| | | this.isopen = 0; |