|
|
|
@ -45,14 +45,14 @@ export default { |
|
|
|
}else{ |
|
|
|
this.$message.error("迭代编号不存在,请确保迭代编号正确") |
|
|
|
this.$router.push({ |
|
|
|
path:'/xm/core/xmIteration/XmIterationMng' |
|
|
|
path:'/xm/core/iteration/mng' |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
}else{ |
|
|
|
this.$message.error(tips.msg) |
|
|
|
this.$router.push({ |
|
|
|
path:'/xm/core/xmIteration/XmIterationMng' |
|
|
|
path:'/xm/core/iteration/mng' |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
|