|
@@ -1033,13 +1033,13 @@
|
1033
|
1033
|
if(this.double_check.pipeline_connection_desc.indexOf("静脉管路未卡入保护夹")!=-1){
|
1034
|
1034
|
this.checkListThree.push("静脉管路未卡入保护夹")
|
1035
|
1035
|
}
|
1036
|
|
- if(this.double_check.pipeline_connection_desc.indexOf("压力传感器夹未打开")){
|
|
1036
|
+ if(this.double_check.pipeline_connection_desc.indexOf("压力传感器夹未打开")!=-1){
|
1037
|
1037
|
this.checkListThree.push("压力传感器夹未打开")
|
1038
|
1038
|
}
|
1039
|
|
- if(this.double_check.pipeline_connection_desc.indexOf("接口连接松动")){
|
|
1039
|
+ if(this.double_check.pipeline_connection_desc.indexOf("接口连接松动")!=-1){
|
1040
|
1040
|
this.checkListThree.push("接口连接松动")
|
1041
|
1041
|
}
|
1042
|
|
- if(this.double_check.pipeline_connection_desc.indexOf("管路打折")){
|
|
1042
|
+ if(this.double_check.pipeline_connection_desc.indexOf("管路打折")!=-1){
|
1043
|
1043
|
this.checkListThree.push("管路打折")
|
1044
|
1044
|
}
|
1045
|
1045
|
console.log("hhh",this.checkListOne)
|