fix: 记账管理,功能优化,编辑删除按钮功能完善。
This commit is contained in:
@@ -131,7 +131,7 @@ const posMachineList = ref([])
|
||||
const title = ref('')
|
||||
const operateList = ref([
|
||||
{ id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountsTransferRecord:query'] },
|
||||
// { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] },
|
||||
{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] },
|
||||
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:accountsTransferRecord:remove'] }
|
||||
])
|
||||
const data = reactive({
|
||||
@@ -344,6 +344,7 @@ function handleDelete(row) {
|
||||
})
|
||||
.then(() => {
|
||||
getList()
|
||||
getBankCardLendList()
|
||||
proxy.$modal.msgSuccess('删除成功')
|
||||
})
|
||||
.catch(() => {})
|
||||
|
||||
Reference in New Issue
Block a user