소스 검색

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

liyanyan 1 주 전
부모
커밋
f9f6bf28ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}`)
           }
         }