src/views/hosp/rules/index.vue
@@ -1102,10 +1102,10 @@ this.loading = true; // this.List = true; listAdvice(this.queryParam).then((response) => { response.data.list.forEach((item, index) => { item.newID = (this.queryParam.page - 1) * this.queryParam.pageSize + index + 1; }); // response.data.list.forEach((item, index) => { // item.newID = // (this.queryParam.page - 1) * this.queryParam.pageSize + index + 1; // }); this.adviceList = response.data.list; this.total = response.data.total;