src/components/view/standard.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; }) },