|
@@ -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,
|
|
|
}
|