From f3c67c8993ceae10e89409fcaefa6a53e8e1df55 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 31 三月 2025 13:59:58 +0800
Subject: [PATCH] 成品下单-缓存问题

---
 src/views/business/productOrder/components/addOrder.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/views/business/productOrder/components/add.vue b/src/views/business/productOrder/components/addOrder.vue
similarity index 99%
copy from src/views/business/productOrder/components/add.vue
copy to src/views/business/productOrder/components/addOrder.vue
index 7b0ad3c..5b9c516 100644
--- a/src/views/business/productOrder/components/add.vue
+++ b/src/views/business/productOrder/components/addOrder.vue
@@ -600,7 +600,7 @@
 import {mapGetters} from "vuex";
 
 export default {
-  name: 'Add',
+  name: 'AddOrder',
   components: {
     limsTable,
     cableConfig,
@@ -844,12 +844,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.tabIndex = this.$route.query.tabIndex
     this.currentId = this.$route.query.currentId

--
Gitblit v1.9.3