fix: POS机记账,查看bug修复。
This commit is contained in:
@@ -282,9 +282,13 @@ function handleSelectionChange(selection) {
|
|||||||
|
|
||||||
// 查看
|
// 查看
|
||||||
const handleView = (row) => {
|
const handleView = (row) => {
|
||||||
title.value = '查看POS机刷卡'
|
reset()
|
||||||
form.value = row
|
const _id = row.id || ids.value
|
||||||
open.value = true
|
getAccountsTransferRecord(_id).then((response) => {
|
||||||
|
form.value = response.data
|
||||||
|
open.value = true
|
||||||
|
title.value = '查看POS机刷卡'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 新增按钮操作 */
|
/** 新增按钮操作 */
|
||||||
|
|||||||
Reference in New Issue
Block a user