From 425335fcdb7a06d80b9010e33939a82ace143bb1 Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期三, 12 二月 2025 15:04:46 +0800 Subject: [PATCH] 用户管理页面修改 --- src/views/business/materialOrder/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/business/materialOrder/index.vue b/src/views/business/materialOrder/index.vue index 6d2c997..835a8c9 100644 --- a/src/views/business/materialOrder/index.vue +++ b/src/views/business/materialOrder/index.vue @@ -900,7 +900,7 @@ }, // 閾滄潗鏂欎笅鍗� copper () { - this.$router.push({ path: "/business/materialOrder/customsInspection" }); + this.$router.push("/materialOrder/customsInspection"); }, // 鎵撳紑鏍囩鎵撳嵃寮规 openPrint () { -- Gitblit v1.9.3