大铁项目 代码调整

This commit is contained in:
joylink_cuiweidong 2022-06-15 14:36:25 +08:00
parent 244f36842e
commit 6296ee141a

View File

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