Browse Source

添加质控信息:接收人不回显问题修复

liyanyan 1 week ago
parent
commit
f9f6bf28ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/recordsRoom/qc/components/CreateControlResultDialog.vue

+ 1 - 1
src/views/recordsRoom/qc/components/CreateControlResultDialog.vue

@@ -371,7 +371,7 @@ export default {
       }).then(res => {
         if(res.code == 200) {
           if(Array.isArray(res.data) && !!res.data.length) {
-            this.ruleForm.JSR = res.data.map(item => i`${tem.SYYS}`)
+            this.ruleForm.JSR = res.data.map(item => `${item.SYYS}`)
             this.ruleForm.JSKS = res.data.map(item => `${item.dep_id}`)
           }
         }