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

add

上级 2484f744
...@@ -159,6 +159,10 @@ export default { ...@@ -159,6 +159,10 @@ export default {
checkStatus(res) { checkStatus(res) {
this.yunOrderNo = res.data.yunOrderNo; this.yunOrderNo = res.data.yunOrderNo;
this.query.yunOrderNo = res.data.yunOrderNo; this.query.yunOrderNo = res.data.yunOrderNo;
this.projectEquityNo = res.data.projectEquityNo;
this.externalOrderNo = res.data.externalOrderNo;
this.query.projectEquityNo = this.projectEquityNo;
this.query.externalOrderNo = this.externalOrderNo;
this.status = res.data.statusCode; this.status = res.data.statusCode;
this.getDetectionName(this.yunOrderNo); this.getDetectionName(this.yunOrderNo);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册