|
@@ -934,7 +934,7 @@ export default {
|
|
|
this.batchImproves = this.$route.query.batchImproves;
|
|
this.batchImproves = this.$route.query.batchImproves;
|
|
|
// 步骤条默认公用
|
|
// 步骤条默认公用
|
|
|
this.steps.stepsNow = this.steps.steps00;
|
|
this.steps.stepsNow = this.steps.steps00;
|
|
|
- this.steps.currentId = this.steps.stepsNow[0].id
|
|
|
|
|
|
|
+ //this.steps.currentId = this.steps.stepsNow[0].id
|
|
|
if (this.batchImproves) {
|
|
if (this.batchImproves) {
|
|
|
//批量上传id
|
|
//批量上传id
|
|
|
this.ids = this.$route.query.ids;
|
|
this.ids = this.$route.query.ids;
|
|
@@ -1162,6 +1162,7 @@ export default {
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|
|
|
this.steps.stepsNow = this.steps.steps00;
|
|
this.steps.stepsNow = this.steps.steps00;
|
|
|
|
|
+ this.steps.currentId = this.steps.stepsNow[0].id
|
|
|
this.getInfoDataByInfoId(this.infoModel.dueId);
|
|
this.getInfoDataByInfoId(this.infoModel.dueId);
|
|
|
}
|
|
}
|
|
|
|
|
|