gaosp
2024-01-18 c55d9376565a78ce31a5b8d78dad89df16c2628e
src/container/ledger/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-01-06 17:40:19
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-18 23:26:42
 * @LastEditTime: 2024-01-18 23:33:58
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/ledger/index.vue
-->
<template>
@@ -259,6 +259,7 @@
                type: 'warning'
            }).then(() => {
                getRequest('accountDel', { ids: [row.id] }).then(res => {
                    this.query()
                    this.$message({
                        type: 'success',
                        message: '删除成功!'