From 002b322741c9f9577e099356fe8201cea32f7bab Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 11 九月 2023 12:53:25 +0800
Subject: [PATCH] modified: src/components/view/standard.vue
---
src/components/view/standard.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/components/view/standard.vue b/src/components/view/standard.vue
index 4c54a89..c60f440 100644
--- a/src/components/view/standard.vue
+++ b/src/components/view/standard.vue
@@ -243,9 +243,7 @@
}
}).then(res => {
let arr = res.data;
- for(var i=0;i<arr.length;i++){
- arr[i].id = "0" + i;
- }
+ this.formatData(arr)
this.tableData = arr;
})
},
--
Gitblit v1.9.3