Browse Source

处理端报修bug

maotao 5 months ago
parent
commit
f596d52136
2 changed files with 9 additions and 9 deletions
  1. 6 6
      pages/assign/assign.vue
  2. 3 3
      pages/handler/handler.vue

+ 6 - 6
pages/assign/assign.vue

@@ -858,9 +858,9 @@
858
     //   });
858
     //   });
859
     //   return;
859
     //   return;
860
     // }
860
     // }
861
-    if(HandleData.simpleness==1){
862
-    	dataInfo.closecode = '20401'
863
-    }
861
+    // if(HandleData.simpleness==1){
862
+    // 	dataInfo.closecode = '1'
863
+    // }
864
 		postData.incident.place = {}
864
 		postData.incident.place = {}
865
 		postData.incident.place.id = floorId.value
865
 		postData.incident.place.id = floorId.value
866
     postData.incident.handleDescription = dataInfo.handleDescription;
866
     postData.incident.handleDescription = dataInfo.handleDescription;
@@ -995,9 +995,9 @@
995
       title: "加载中",
995
       title: "加载中",
996
       mask: true,
996
       mask: true,
997
     });
997
     });
998
-    if(HandleData.simpleness==1){
999
-    	dataInfo.closecode = '20401'
1000
-    }
998
+    // if(HandleData.simpleness==1){
999
+    // 	dataInfo.closecode = '1'
1000
+    // }
1001
     if(dataInfo.handlerImgList.length){
1001
     if(dataInfo.handlerImgList.length){
1002
       // 有处理图片
1002
       // 有处理图片
1003
       let handlerOrder$ = handlerOrder();
1003
       let handlerOrder$ = handlerOrder();

+ 3 - 3
pages/handler/handler.vue

@@ -803,9 +803,9 @@
803
       return;
803
       return;
804
     }
804
     }
805
     console.log(dataInfo.handlerImgList)
805
     console.log(dataInfo.handlerImgList)
806
-    if(HandleData.simpleness==1){
807
-    	dataInfo.closecode = '20401'
808
-    }
806
+    // if(HandleData.simpleness==1){
807
+    // 	dataInfo.closecode = '1'
808
+    // }
809
     uni.showLoading({
809
     uni.showLoading({
810
       title: "加载中",
810
       title: "加载中",
811
       mask: true,
811
       mask: true,