From 53de04f28e81d70e7bdf21a7dd657abf58177582 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 13 一月 2026 15:01:03 +0800
Subject: [PATCH] 删除重复的物料属性下拉列表

---
 src/views/standard/standardLibrary/components/BatchCopy.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/standard/standardLibrary/components/BatchCopy.vue b/src/views/standard/standardLibrary/components/BatchCopy.vue
index 2b567ca..cbf23d6 100644
--- a/src/views/standard/standardLibrary/components/BatchCopy.vue
+++ b/src/views/standard/standardLibrary/components/BatchCopy.vue
@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-dialog :visible.sync="batchCopyDia" class="more-edit" title="鎵归噺缂栬緫" width="90%">
+    <el-dialog :visible.sync="batchCopyDia" class="more-edit" title="鎵归噺缂栬緫" width="90%" @closed="$emit('close')">
       <el-row>
         <el-col :span="6" class="search_thing">
           <div class="search_label">鏍峰搧鍚嶇О锛�</div>
@@ -527,6 +527,9 @@
       } else {
         this.sample = trees[3];
       }
+      this.standardMethodListId = null;
+      this.productList1 = [];
+      this.methods = [];
       this.selectStandardTree = false;
     },
     handleSelectionChange0(val) {

--
Gitblit v1.9.3