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

add

上级 e7cc8ca0
...@@ -180,6 +180,7 @@ export default { ...@@ -180,6 +180,7 @@ export default {
break; break;
case '0201': case '0201':
this.query.needDetect = 1; this.query.needDetect = 1;
console.log('this.query.needDetect', this.query);
this.turnToPage(this.routerMap[this.status], this.query); this.turnToPage(this.routerMap[this.status], this.query);
break; break;
case '0302': case '0302':
......
...@@ -128,7 +128,8 @@ export default { ...@@ -128,7 +128,8 @@ export default {
// 去预约 // 去预约
toAppoint() { toAppoint() {
if (this.buttonStatus) { if (this.buttonStatus) {
const {projectEquityNo, externalOrderNo, yunOrderNo} = this.query; const { projectEquityNo, externalOrderNo, yunOrderNo } = this.query;
console.log('this.query', this.query);
this.$router.push({ this.$router.push({
path: '/appoint', path: '/appoint',
query: {projectEquityNo, externalOrderNo, yunOrderNo}, query: {projectEquityNo, externalOrderNo, yunOrderNo},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册