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