运行图编制 代码调整

This commit is contained in:
joylink_cuiweidong 2021-12-10 15:41:16 +08:00
parent 4bd0afbb44
commit d8902f3db9
3 changed files with 2 additions and 24 deletions

View File

@ -178,14 +178,6 @@ export default {
name: 'AddTask',
components: {
},
// props: {
// loadRunPlanId: {
// type: String,
// default() {
// return '';
// }
// }
// },
data() {
return {
tableLoading:false,

View File

@ -20,14 +20,6 @@ export default {
name: 'DeleteTask',
components: {
},
// props: {
// loadRunPlanId: {
// type: String,
// default() {
// return '';
// }
// }
// },
data() {
return {
isPlan: false,

View File

@ -123,17 +123,10 @@ export default {
name: 'ModifyingTask',
components: {
},
props: {
loadRunPlanId: {
type: String,
default() {
return '';
}
}
},
data() {
return {
isPlan: false,
loadRunPlanId:'',
PlanParser: {},
parkSectionCodeList:[],
stopStationMap: {},
@ -272,6 +265,7 @@ export default {
this.tripNumber = params.tripNumber;
this.serviceNumber = params.serviceNumber;
this.planId = this.$route.query.planId;
this.loadRunPlanId = params.loadRunPlanId;
this.PlanParser = this.$theme.loadPlanParser(lineCode);
if (mapId) {