Quellcode durchsuchen

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

liyanyan vor 1 Woche
Ursprung
Commit
f9f6bf28ed

+ 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}`)
           }
         }