提交代码

This commit is contained in:
guanj
2025-11-14 15:00:10 +08:00
parent 49dcf440ff
commit 0af955d05c
7 changed files with 38 additions and 27 deletions

1
types/table.d.ts vendored
View File

@@ -9,6 +9,7 @@ declare global {
ref: VxeTableInstance | null
data: TableRow[] | any
allData: TableRow[] | any
copyData: TableRow[] | any
filename: any
allFlag: Boolean
// 前端分页数据