diff --git a/src/views/productionManagement/workReportingManagement.vue b/src/views/productionManagement/workReportingManagement.vue index 35f2604..f73bb47 100644 --- a/src/views/productionManagement/workReportingManagement.vue +++ b/src/views/productionManagement/workReportingManagement.vue @@ -169,6 +169,7 @@ export default { this.data = res.data.data.records; this.loading = false; this.page.total = res.data.data.total; + this.option.selection = true this.selectionClear(); }); } else { @@ -177,6 +178,7 @@ export default { this.data = res.data.data.records; this.loading = false; this.page.total = res.data.data.total; + this.option.selection = false } ); }