diff --git a/src/jmapNew/theme/datie_02/menus/runplanPane.vue b/src/jmapNew/theme/datie_02/menus/runplanPane.vue index 91da15661..b699c20ad 100644 --- a/src/jmapNew/theme/datie_02/menus/runplanPane.vue +++ b/src/jmapNew/theme/datie_02/menus/runplanPane.vue @@ -699,7 +699,8 @@ export default { }, // 发送发车预告 sendNotcie() { - if (this.currentRow && this.currentRow.departRunPlan && this.currentRow.departRunPlan.adjacentMessage == 0) { + // && this.currentRow.departRunPlan && this.currentRow.departRunPlan.adjacentMessage == 0 + if (this.currentRow && this.currentRow.departRunPlan) { this.loading = true; commitOperate(menuOperate.CTC.sendNotcie, {stationCode:this.currentRow.stationCode, runPlanCode: this.currentRow.code}, 2).then(({valid})=>{ this.loading = false;