“dzb”
2022-09-20 6cf78c50f0806a7e941415adb63898d4dccd5c56
src/views/systemSetting/baseSetting/department/index.vue
@@ -123,7 +123,7 @@
                        item.status == 1 ? item.status = true : item.status = false;
                    })
                    that.totalNum = res.data.records.length;
                    that.tableData = res.data.records.slice((that.currentPage - 1) * 10, that.currentPage * 10)
                    that.tableData = res.data.records.slice((that.currentPage - 1) * that.pageSize, that.currentPage * that.pageSize)
                }
            })
        },