diff --git a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue index 5e853f2b..c0405e35 100644 --- a/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue +++ b/src/views/ManufacturingCenter/ProductionCapacityBalance/index.vue @@ -1442,9 +1442,6 @@ export default { this.bianliang1.push(this.tableData1[i].工艺计划流水号) } discharge(this.bianliang1).then(response => { - this.total1 = 0 - this.pageSize1 = 10 - this.pageList1 = 1 this.Selection1() }) },