瀏覽代碼

处理端报修bug

maotao 5 月之前
父節點
當前提交
f596d52136
共有 2 個文件被更改,包括 9 次插入9 次删除
  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 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 864
 		postData.incident.place = {}
865 865
 		postData.incident.place.id = floorId.value
866 866
     postData.incident.handleDescription = dataInfo.handleDescription;
@@ -995,9 +995,9 @@
995 995
       title: "加载中",
996 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 1001
     if(dataInfo.handlerImgList.length){
1002 1002
       // 有处理图片
1003 1003
       let handlerOrder$ = handlerOrder();

+ 3 - 3
pages/handler/handler.vue

@@ -803,9 +803,9 @@
803 803
       return;
804 804
     }
805 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 809
     uni.showLoading({
810 810
       title: "加载中",
811 811
       mask: true,