Browse Source

批量管理添加医院数据模块

zhangxc 5 years ago
parent
commit
0c9106d39a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/recordInput/ManageItemBatch.vue

+ 1 - 0
src/components/recordInput/ManageItemBatch.vue

@@ -285,6 +285,7 @@
                 recordItem.score = checkedItem.score
                 recordItem.msg = checkedItem.msg
                 recordItem.isUsed = checkedItem.isUsed
+                recordItem.modeName = checkedItem.modeName
                 this.checkAllMap[caseItem.remark].push(recordItem)
               }
             }