From b5643d3774c429b0d5d6f25b530b6a848c2aa88e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 13 Jan 2025 15:22:28 +0800 Subject: [PATCH] 1 --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 35291ad6..e7b9b781 100644 --- a/src/App.vue +++ b/src/App.vue @@ -269,7 +269,7 @@ export default { } }) this.tableData = Object.assign([], tableData) - console.log(tableData) + this.arr = Object.assign([], tableData) return false } else { tableData = this.$tl.map((v) => {