| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-17 23:03:54 |
| | | * @LastEditTime: 2024-01-18 23:33:58 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/ledger/index.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-button type="primary" size="small" @click="reset">重置</el-button> |
| | | <!-- <div class="reset btn" @click="reset">重置</div> --> |
| | | </div> |
| | | |
| | | </template> |
| | | |
| | | <template slot="table-tool"> |
| | |
| | | type: 'warning' |
| | | }).then(() => { |
| | | getRequest('accountDel', { ids: [row.id] }).then(res => { |
| | | this.query() |
| | | this.$message({ |
| | | type: 'success', |
| | | message: '删除成功!' |
| | | }) |
| | | this.submitForm() |
| | | }).catch(() => { |
| | | },() => { |
| | | this.$message({ |
| | | type: 'info', |
| | | message: '已取消删除' |