From b1187d1141a17fea3a7c184db73f232ca9877a85 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 15 二月 2025 15:41:39 +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