diff --git a/src/jmapNew/theme/xian_01/menus/dialog/sectionCmdControl.vue b/src/jmapNew/theme/xian_01/menus/dialog/sectionCmdControl.vue index d702a018f..ea75bd767 100644 --- a/src/jmapNew/theme/xian_01/menus/dialog/sectionCmdControl.vue +++ b/src/jmapNew/theme/xian_01/menus/dialog/sectionCmdControl.vue @@ -316,8 +316,9 @@ export default { }); }, confirm2() { - const operate = {}; - + const operate = { + send: true + }; if (this.operation == OperationEvent.Section.unlock.menu.operation) { /** 区段解封*/ operate.operation = OperationEvent.Section.unlock.confirm2.operation; diff --git a/src/jmapNew/theme/xian_01/menus/dispatchWorkMenu.vue b/src/jmapNew/theme/xian_01/menus/dispatchWorkMenu.vue index 41257f6ce..f7b92ca3e 100644 --- a/src/jmapNew/theme/xian_01/menus/dispatchWorkMenu.vue +++ b/src/jmapNew/theme/xian_01/menus/dispatchWorkMenu.vue @@ -1,13 +1,13 @@