From 12c8999bab7206bc652fd69ac4f364d84c9e7153 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 12 六月 2026 18:07:46 +0800
Subject: [PATCH] 不合格处理:支持多生产批次提交oa;oa流程查看调整
---
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