From 9636314d58c70b90fc1adceda4522f0d43a1dc17 Mon Sep 17 00:00:00 2001
From: cqf <1219224667@qq.com>
Date: Fri, 20 May 2022 22:25:41 +0800
Subject: [PATCH] 05202225
---
src/views/oneFromanotherN/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/oneFromanotherN/index.vue b/src/views/oneFromanotherN/index.vue
index ed13ff7..6e81886 100644
--- a/src/views/oneFromanotherN/index.vue
+++ b/src/views/oneFromanotherN/index.vue
@@ -281,7 +281,11 @@
width="40%">
<el-form>
<el-row>
- <el-checkbox style="width: 80px;height: 30px" v-for="item in YHBMList" v-model="checked" :label="item.branch_id">
+ <el-checkbox style="width: 80px;height: 30px"
+ v-for="item in YHBMList"
+ v-model="checked"
+ :label="item.branch_id"
+ :key="item.branch_id">
{{item.branch_name}}
</el-checkbox>
</el-row>
--
Gitblit v1.9.2