“dzb”
2022-10-08 70897b9f8935d377c9e890b4b04966c1d2cd5d82
src/views/operate/disposal/casepool/pool/index.vue
@@ -335,6 +335,10 @@
                this.tableData = res.data.records;
                console.log(res);
            })
            .catch(err=>{
                console.log(err)
                this.tableData = [];
            })
        },
        // 设置表格斑马纹
        tableRowClassName({ row, rowIndex }) {