|
@@ -930,6 +930,9 @@ function getEMRParams(){
|
|
|
let templis = (inspect.labelListSmall).concat(inspect.labelListBig)
|
|
|
templis = templis.filter((item)=>{
|
|
|
if(!item.check){
|
|
|
+ if(item.flg == 1){
|
|
|
+ item.detailName = ""
|
|
|
+ }
|
|
|
if(curHos.hosId != -1){
|
|
|
item.uniqueName = ''
|
|
|
}
|
|
@@ -938,6 +941,9 @@ function getEMRParams(){
|
|
|
})
|
|
|
let tempLisOrder = inspect.totalOrder
|
|
|
tempLisOrder = tempLisOrder.filter((item)=>{
|
|
|
+ if(item.flg == 1){
|
|
|
+ item.detailName = ""
|
|
|
+ }
|
|
|
if(curHos.hosId != -1){
|
|
|
item.uniqueName = ''
|
|
|
}
|