From 7ec7fea9b03f6fb66b25769e3ec578528ccf2365 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 21 三月 2025 16:44:41 +0800
Subject: [PATCH] 合并装备代码

---
 src/views/business/materialOrder/customsInspection.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index 2a70ad4..3c1bfbb 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -609,11 +609,9 @@
     this.customsInspection = this.$route.query.customsInspection
     this.getInfo();
   },
-  getInfo() {
-    this.getUserNowList() // 鑾峰彇褰撳墠鐢ㄦ埛淇℃伅
-    this.selectStandardMethods() // 鑾峰彇妫�楠屾爣鍑嗕笅鎷夋鏁版嵁
-    this.getInfo() // 鑾峰彇鏁版嵁
-  },
+  // getInfo() {
+  //   this.getInfo() // 鑾峰彇鏁版嵁
+  // },
   methods: {
     save1() {
       if (this.bsm1DiaList.length > 0) {
@@ -654,6 +652,8 @@
     },
     // 鑾峰彇鏁版嵁
     getInfo() {
+      this.getUserNowList() // 鑾峰彇褰撳墠鐢ㄦ埛淇℃伅
+      this.selectStandardMethods() // 鑾峰彇妫�楠屾爣鍑嗕笅鎷夋鏁版嵁
       if (this.active == 2) {
         let orderId = ''
         if (!this.customsInspection.enterOrderId && this.customsInspection.quarterOrderId) {

--
Gitblit v1.9.3