From f3004e4dc475e6a81ac884d166fc472b052a3ab4 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 11 十月 2023 17:16:08 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo-web --- src/views/project/fund/performanceApply/index.vue | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue index 5a932c4..8503f4f 100644 --- a/src/views/project/fund/performanceApply/index.vue +++ b/src/views/project/fund/performanceApply/index.vue @@ -209,6 +209,14 @@ >淇敼</el-button > <el-button + + size="mini" + type="text" + icon="el-icon-edit" + @click="duplicationfn(scope.row)" + >澶嶅埗</el-button + > + <el-button size="mini" type="text" icon="el-icon-view" @@ -458,6 +466,13 @@ query: { id: row.id, businessType: "5", operationType: "update" } }); }, + /** 澶嶅埗鎸夐挳鎿嶄綔 */ + duplicationfn(row) { + this.$router.push({ + path: "/finance/performancedetails/", + query: { id: row.id, businessType: "5", Copy: "1", operationType: "update" } + }); + }, /** 鏌ョ湅鎸夐挳鎿嶄綔 */ handleDetail(row) { -- Gitblit v1.9.3