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

add

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