| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-14 16:31:53 |
| | | * @LastEditTime: 2024-01-16 22:25:50 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/ledger/index.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-input class="item-value" v-model="queryInfo.manufacturer"></el-input> |
| | | </div> |
| | | <div class="item"> |
| | | <el-button type="primary" size="small" @click="query">查询</el-button> |
| | | |
| | | <!-- <div class="query btn" @click="query">查询</div> --> |
| | | </div> |
| | | <div class="item"> |
| | | <div class="item" style="flex: 1 1 auto;justify-content: flex-end;"> |
| | | <el-button type="primary" size="small" @click="query">查询</el-button> |
| | | <el-button type="primary" size="small" @click="reset">重置</el-button> |
| | | <!-- <div class="reset btn" @click="reset">重置</div> --> |
| | | </div> |
| | |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |
| | | }).then(() => { |
| | | getRequest('accountDel', { ids: [row.id].join(',') }).then(res => { |
| | | getRequest('accountDel', { ids: [row.id] }).then(res => { |
| | | this.$message({ |
| | | type: 'success', |
| | | message: '删除成功!' |