diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index b77d662..b82f268 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -437,8 +437,8 @@
@@ -1000,14 +1000,14 @@ export default { }, // 取消按钮 cancel() { - window.location.reload(); + // window.location.reload(); this.open = false; this.openReport = false; this.openReportSAP = false; this.openConsume = false; this.loading = false; this.reset(); - this.getList(); + // this.getList(); }, getSummaries(param) { const { columns, data } = param;