|
@@ -2102,7 +2102,11 @@ import {
|
|
|
updateYjYuAn_direct,
|
|
|
listSJfl_direct,
|
|
|
selectByeventCode_direct,
|
|
|
- getEventDetail_direct, eventHandling_direct, sendTask_direct, uploadBase64_direct
|
|
|
+ getEventDetail_direct,
|
|
|
+ eventHandling_direct,
|
|
|
+ sendTask_direct,
|
|
|
+ uploadBase64_direct,
|
|
|
+ updateCentereventTEventcatalogueStatus_direct
|
|
|
} from "@/api/forest";
|
|
|
import { joinConferences } from "@/api/meeting";
|
|
|
import { treeselectAll as deptTreeselect } from "@/api/system/dept";
|
|
@@ -3481,7 +3485,7 @@ export default {
|
|
|
},
|
|
|
array: that.regionalFlagObj.array,
|
|
|
};
|
|
|
- updateCentereventTEventcatalogueStatus(param).then((res) => {
|
|
|
+ updateCentereventTEventcatalogueStatus_direct(param).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
that.$message.success(`处理成功!`);
|
|
|
that.refreshEvent(that.eventCode);
|
|
@@ -3607,13 +3611,17 @@ export default {
|
|
|
eventType: that.sendEventType,
|
|
|
id: that.eventId,
|
|
|
czlx: "",
|
|
|
+ message: "",
|
|
|
version: that.version,
|
|
|
cameraCode: that.cameraCode,
|
|
|
fireRadius: that.sendHuoZaiBanJing,
|
|
|
reserve: that.sendGuanLianYuAn,
|
|
|
address: that.address,
|
|
|
};
|
|
|
- updateCentereventTEventcatalogueStatus(param).then((res) => {
|
|
|
+ if(param.phones.length==0){
|
|
|
+ param.message='有火险事件需要处理请查收'
|
|
|
+ }
|
|
|
+ updateCentereventTEventcatalogueStatus_direct(param).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
that.$message.success(`处理成功!`);
|
|
|
that.cancelEventConfirm_send();
|