2b5a3c37 by 任超

style:字典

1 parent 7601c7bc
......@@ -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
......