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/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue b/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
index a63023a..7b443f3 100644
--- a/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
+++ b/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
@@ -5,7 +5,7 @@
:visible.sync="formDia"
width="90%" @close="closeDia">
<div v-if="operationType === 'edit'" style="text-align: right">
- <el-button :disabled="form.confirmDate !== '' && form.confirmDate !== null && form.confirmDate !== undefined" size="medium" type="primary" @click="validation">楠岃瘉纭</el-button>
+ <el-button :disabled="form.confirmDate !== '' && form.confirmDate !== null && form.confirmDate !== undefined" size="small" type="primary" @click="validation">楠岃瘉纭</el-button>
</div>
<table border="1" cellspacing="10" class="tables">
<tr>
--
Gitblit v1.9.3