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

add

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