From 0e37ff9a1b1ad8f6bbcf0f3097cef7d109ef2ec8 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 24 二月 2025 10:06:30 +0800
Subject: [PATCH] 应对风险和机遇的措施搬迁完成

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

diff --git a/src/views/business/materialOrder/index.vue b/src/views/business/materialOrder/index.vue
index f6b5af4..45fa7dc 100644
--- a/src/views/business/materialOrder/index.vue
+++ b/src/views/business/materialOrder/index.vue
@@ -910,11 +910,7 @@
     },
     // 瀛e害妫�楠屼笅鍗�
     playOrderSec(row) {
-      if (typeof row !== "object") {
-        this.$router.push({ path: "/materialOrder/customsInspection", query: { active: row } });
-      } else {
-        this.$router.push({ path: "/materialOrder/customsInspection", query: { orderType: 1, customsInspection: row, active: 1 } });
-      }
+      this.$router.push({ path: "/materialOrder/customsInspection", query: { orderType: 1, customsInspection: row, active: 1 } });
     },
     // 鐐瑰嚮鏍峰搧鍚嶇О鏌ョ湅璇︽儏
     selectAllByOne(row) {

--
Gitblit v1.9.3