51292f1c by xiaomiao
2 parents c92f30bc 2b5a3c37
......@@ -185,6 +185,9 @@ export default {
this.$endLoading();
let { result } = res
this.tableData = result ? result : []
this.tableData.forEach((item, index) => {
item.index = index + 1
})
})
},
immediate: true
......