大铁项目 代码调整
This commit is contained in:
parent
244f36842e
commit
6296ee141a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user