From 9ae3620b9e59482b26b6cf4cd8f32a0ebf594b9a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 14 二月 2025 11:33:28 +0800
Subject: [PATCH] 能力范围页面迁移
---
src/views/business/materialOrder/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/business/materialOrder/index.vue b/src/views/business/materialOrder/index.vue
index 6d2c997..e5e2306 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 () {
@@ -983,7 +983,7 @@
})
}
},
- // 閲嶇疆
+ // 閲� 缃�
refresh() {
this.entity = this.HaveJson(this.entityEmpty)
if (this.tabIndex === 0) {
--
Gitblit v1.9.3