扣数维护逻辑调整

dev-scheduling
zhangdi 2 months ago
parent 61074f587c
commit 515c965d42
  1. 2
      src/views/productionManagement/workReportingManagement.vue

@ -169,6 +169,7 @@ export default {
this.data = res.data.data.records; this.data = res.data.data.records;
this.loading = false; this.loading = false;
this.page.total = res.data.data.total; this.page.total = res.data.data.total;
this.option.selection = true
this.selectionClear(); this.selectionClear();
}); });
} else { } else {
@ -177,6 +178,7 @@ export default {
this.data = res.data.data.records; this.data = res.data.data.records;
this.loading = false; this.loading = false;
this.page.total = res.data.data.total; this.page.total = res.data.data.total;
this.option.selection = false
} }
); );
} }

Loading…
Cancel
Save