mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-11 10:20:25 +08:00
otp: 样式优化
This commit is contained in:
@@ -22,7 +22,7 @@ export const usePageTable = (
|
||||
) => {
|
||||
const state = reactive({
|
||||
// 表格数据
|
||||
tableData: [],
|
||||
tableData: [{}],
|
||||
// 总数量
|
||||
total: 0,
|
||||
// 查询参数,包含分页参数
|
||||
|
||||
Reference in New Issue
Block a user