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(