diff --git a/src/views/business/businessHandlingRecord/directApplyRecord.vue b/src/views/business/businessHandlingRecord/directApplyRecord.vue index 1a13474b..ac356d23 100644 --- a/src/views/business/businessHandlingRecord/directApplyRecord.vue +++ b/src/views/business/businessHandlingRecord/directApplyRecord.vue @@ -36,9 +36,9 @@ - + 导出数据 @@ -204,10 +204,12 @@ export default { let params = {} if (type === 1) { params = { type: 'detail', id: row.id } + this.$router.push({ path: '/transition/groundApply', query: params }) } else { params = { type: 'edit', id: row.id } + this.$router.push({ path: '/business/businessHandling/directApply', query: params }) } - this.$router.push({ path: '/business/businessHandling/directApply', query: params }) + }, // 删除 handleDelete(row) {