|
@@ -924,8 +924,9 @@ function getEMRParams(){
|
|
|
} = state;
|
|
|
const diag = [];
|
|
|
for(let i = 0; i < diagnosticList.diagnosticList.length; i++) {
|
|
|
- diag.push({"dateValue": "","name": diagnosticList.diagnosticList[i].name,"uniqueName": diagnosticList.diagnosticList[i].uniqueName})
|
|
|
+ diag.push({"dateValue": "","name": diagnosticList.diagnosticList[i].name,"uniqueName": ""})
|
|
|
}
|
|
|
+ diagnosticList.diseaseName.uniqueName = ''
|
|
|
let templis = (inspect.labelListSmall).concat(inspect.labelListBig)
|
|
|
templis = templis.filter((item)=>!item.check)
|
|
|
let temppacs = assistCheck.assistLabel
|