XMLWAN 4 years ago
parent
commit
c1c66ebcbd

+ 1 - 1
src/xt_pages/data/components/editInspection.vue View File

@@ -228,7 +228,7 @@ export default {
228 228
                var ids = arr.join(",")
229 229
                var item_id = this.form.item_id + "," + this.item_id.join(",") 
230 230
                console.log("item_id",item_id)
231
-               return
231
+               
232 232
                if(valid){
233 233
                 var params = {
234 234
                     id:this.form.id,

+ 3 - 3
src/xt_pages/dialysis/details/dialog/doubleCheckDialog.vue View File

@@ -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)

+ 3 - 0
src/xt_pages/user/patients.vue View File

@@ -1489,6 +1489,9 @@
1489 1489
         this.GetRemindPatientList();
1490 1490
       },
1491 1491
       getTime(val) {
1492
+        if(val < 0){
1493
+          return ""
1494
+        }
1492 1495
         if(val == ""){
1493 1496
          return ""
1494 1497
         }else {