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-17 00:21:37
 * @LastEditTime: 2024-01-18 23:33:58
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/ledger/index.vue
-->
<template>
@@ -31,7 +31,7 @@
                <div class="item">
                    <span>账务属性</span>
                    <el-select class="item-value" v-model="queryInfo.accountingAttribute" placeholder="" clearable>
                        <el-option v-for="item in accountingAttribute" :key="item.value" :label="item.label"
                        <el-option v-for="item in financePro" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </el-select>
@@ -73,6 +73,7 @@
                    <el-button type="primary" size="small" @click="reset">重置</el-button>
                    <!-- <div class="reset btn"  @click="reset">重置</div> -->
                </div>
            </template>
            <template slot="table-tool">
@@ -258,12 +259,13 @@
                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: '已取消删除'