From cb54e068db9d9816ae38f60f57ad0fe7ca10fca8 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 06 十二月 2024 16:28:23 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei
---
h5/pages/operation/record.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5/pages/operation/record.vue b/h5/pages/operation/record.vue
index 18c1025..14fc07e 100644
--- a/h5/pages/operation/record.vue
+++ b/h5/pages/operation/record.vue
@@ -99,7 +99,7 @@
},
getpeo() {
findInternalList().then(res => {
- this.columns = [res.data]
+ this.columns = [...res.data]
})
},
confirm(e) {
--
Gitblit v1.9.3