From 4dc45ee46e68217f3836636ff73fda8a755594eb Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 27 May 2025 15:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/index.vue b/sgzb-ui/src/views/index.vue index 1c363943..6d9a44e9 100644 --- a/sgzb-ui/src/views/index.vue +++ b/sgzb-ui/src/views/index.vue @@ -201,7 +201,7 @@ size="mini" type="text" icon="el-icon-collection-tag" - @click="handlePreview(row.taskTypeId, row.taskCode)" + @click="handlePreview2(row.taskCode)" > 待 办 @@ -468,6 +468,14 @@ export default { }, }) }, + handlePreview2(key) { + this.$router.push({ + path: 'claimAndRefund/picking/auditing', + query: { + keyWord: key, + }, + }) + }, /* 催办按钮 */ async handleUrging(