From a39f69d455c64aecb909262640e4516c0f293098 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 9 Jul 2025 14:02:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E6=8E=89=E9=9D=9E=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlog_form.vue b/src/views/wpm_bx/mlog_form.vue index 6a811ab4..4532f636 100644 --- a/src/views/wpm_bx/mlog_form.vue +++ b/src/views/wpm_bx/mlog_form.vue @@ -312,7 +312,7 @@ export default { this.route_code = this.$route.path.split("/")[2]; this.form.work_start_time = this.$TOOL.dateFormat(new Date()); this.getRoute(); - this.getUser(); + // this.getUser(); this.getSupplier(); this.getEquipment(); this.getMtask();