From 2902cd8d2b36f66ea5162ae91d9a5a51912758fa Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期一, 31 三月 2025 16:04:04 +0800
Subject: [PATCH] Merge branch 'dev_test' into dev

---
 src/views/business/materialOrder/customsInspectionOrder.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspectionOrder.vue
similarity index 99%
rename from src/views/business/materialOrder/customsInspection.vue
rename to src/views/business/materialOrder/customsInspectionOrder.vue
index c95345c..e198c96 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspectionOrder.vue
@@ -449,7 +449,7 @@
 } from "@/api/business/rawMaterialOrder";
 
 export default {
-  name: "CustomsInspection",
+  name: "CustomsInspectionOrder",
   dicts: ['check_type', 'urgency_level'],
   components: {},
   props: {
@@ -645,12 +645,6 @@
     this.getInfo();
   },
   activated() {
-    this.$refs.addObj.resetFields()
-    this.addObj.createTime = ''
-    this.addObj.id = ''
-    this.addObj.updateTime = ''
-    this.sampleList = []
-    this.productList = []
     this.active = this.$route.query.active
     this.orderType = this.$route.query.orderType
     this.currentId = this.$route.query.currentId

--
Gitblit v1.9.3