|
@@ -107,11 +107,14 @@ export default {
|
|
|
}
|
|
|
if (this.currentStep === 1) {
|
|
|
// 当前方案是否是主站104方案
|
|
|
+ this.$refs.planCheckPointMaster104.getPlanCheckPoint()
|
|
|
+ /*
|
|
|
if (this.isMaster104) {
|
|
|
this.$refs.planCheckPointMaster104.getPlanCheckPoint()
|
|
|
} else {
|
|
|
this.$refs.planCheckPoint.getPlanCheckPoint()
|
|
|
}
|
|
|
+ */
|
|
|
} else if (this.currentStep === 2) {
|
|
|
this.$refs.planSteps.getPlanSteps()
|
|
|
} else if (this.currentStep === 3) {
|