From f0a1d1428a7a258a5493ad5f6c36161ce377c7b0 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 14:33:11 +0800
Subject: [PATCH] 修改cnas

---
 src/components/do/a7-changes-standard-methods/formDIaChange.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/do/a7-changes-standard-methods/formDIaChange.vue b/src/components/do/a7-changes-standard-methods/formDIaChange.vue
index 23ffef9..46d97d5 100644
--- a/src/components/do/a7-changes-standard-methods/formDIaChange.vue
+++ b/src/components/do/a7-changes-standard-methods/formDIaChange.vue
@@ -216,7 +216,7 @@
             <p>鍙傚姞纭浜虹鍚�:</p>
           </td>
           <td colspan="5">
-            <el-select v-model="form.confirmUser" multiple placeholder="璇烽�夋嫨" size="small" style="width: 100%">
+            <el-select v-model="form.confirmUser" multiple placeholder="璇烽�夋嫨" size="small" style="width: 100%" :multiple-limit="5">
               <el-option v-for="item in userList" :key="item.id" :label="item.name" :value="item.id"></el-option>
             </el-select>
           </td>

--
Gitblit v1.9.3