|
@@ -269,6 +269,10 @@ export default {
|
|
|
if (res.flag){
|
|
|
this.currentStep = res.data;
|
|
|
this.libStep = res.data;
|
|
|
+ // 如果dvp状态是关闭状态,当前阶段设置为dvp验证
|
|
|
+ if (this.currentStep === 3) {
|
|
|
+ this.currentStep = 2;
|
|
|
+ }
|
|
|
//改变步骤条状态并跳转到对应页面
|
|
|
this.changeStepsStatus(this.$store.getters.dvpId,this.currentStep);
|
|
|
}
|