From 8f653904af9e70545440f267440fab566aa4dce2 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 13 一月 2026 14:33:50 +0800
Subject: [PATCH] 选择树更改为computed显示,批量复制内输入框内容改变更新获取数据
---
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