Jelajahi Sumber

添加修改人

zhangxc 5 tahun lalu
induk
melakukan
13d382465e
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      src/components/recordInput/AddRecord.vue

+ 4 - 1
src/components/recordInput/AddRecord.vue

@@ -66,11 +66,13 @@
           checkedcasesEntrys:[]
         },
         id:null,
+        modifier:''
       }
     },
     created(){
       
-      
+      const userLoginDTO = JSON.parse(localStorage.getItem('userLoginDTO'))
+      this.modifier = userLoginDTO && userLoginDTO.linkman
       const { isEdit, data } = this.$route.params;
       if(isEdit) {
           this.title = '病例录入-修改病例';
@@ -155,6 +157,7 @@
           })
         }
         let param = {
+          creator: this.modifier,
           text: recordInfo,
           qcInputMappingSaveVO,
         }