diff --git a/src/views/invest/posTransferRecord/index.vue b/src/views/invest/posTransferRecord/index.vue index f92d700..ac65aa1 100644 --- a/src/views/invest/posTransferRecord/index.vue +++ b/src/views/invest/posTransferRecord/index.vue @@ -282,9 +282,13 @@ function handleSelectionChange(selection) { // 查看 const handleView = (row) => { - title.value = '查看POS机刷卡' - form.value = row - open.value = true + reset() + const _id = row.id || ids.value + getAccountsTransferRecord(_id).then((response) => { + form.value = response.data + open.value = true + title.value = '查看POS机刷卡' + }) } /** 新增按钮操作 */