src/views/plan/productionschedul/index.vue
@@ -23,7 +23,7 @@ <el-button style="float: right; padding: 3px 0" type="text">操作按钮</el-button> </div> <div style="height:70vh;overflow-y: scroll;"> <el-timeline reverse> <el-timeline> <el-timeline-item placement="top" v-for="(item, index) in scheduleList" @@ -295,9 +295,9 @@ this.tableData = res.data.data.records this.page.total = res.data.data.total this.page.currentPage = res.data.data.records.pages this.scheduleList = [] }) this.loading = false }, handleCurrentChange(val) { this.multipleSelection = val