提交 f334b9f8 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !66
......@@ -124,6 +124,7 @@ export default {
projectEquityNo: this.projectEquityNo
};
getJumpPageStatus(data).then(res => {
console.log('getJumpPageStatus', res);
if (res.code == '000000') {
if (res.data.yunOrderNo && res.data.yunOrderNo != '') {
this.checkStatus(res);
......@@ -151,6 +152,7 @@ export default {
case '0202':
case '0303':
case '0902':
case '0901':
this.turnToPage(this.routerMap[this.status], this.query);
break;
case '0201':
......@@ -162,6 +164,7 @@ export default {
this.turnToPage(this.routerMap[this.status], this.query);
break;
default:
this.turnToPage('/insuranceDetectionDetail', this.query);
break;
}
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册