提交 88dd4ce9 编写于 作者: 张磊's avatar 张磊

init

上级 cb9dabc2
......@@ -223,6 +223,7 @@ export default {
console.log('--res', res);
this.orgData = res.data;
}
this.$loading.hide();
});
},
selectTimes(times) {
......
......@@ -304,7 +304,6 @@ export default {
},
},
mounted() {
this.$loading.show();
const { yunOrderNo, projectEquityNo } = this.$route.query;
this.yunOrderNo = yunOrderNo;
......@@ -518,7 +517,6 @@ export default {
message: this.buttonText,
confirmButtonColor:'#00bda5'
});
});
},
confirm(values) {
......
......@@ -258,7 +258,6 @@ export default {
console.log('yunOrderNo', yunOrderNo);
this.getDetailByYunOrderNo(yunOrderNo);
this.getDetectionName(yunOrderNo);
this.$loading.hide();
this.$sendBuriedData({
action: 'ACTION_WEB_AFTER',
component_tag: '7802855#0#0#预约详情',
......
......@@ -301,7 +301,6 @@ export default {
this.detectionRecordId = detectionRecordId;
this.yunOrderNo = yunOrderNo;
this.init();
},
mounted() {
console.log('--VUE_APP_ENV', VUE_APP_ENV);
......
......@@ -118,7 +118,6 @@ export default {
},
mounted() {
const { query } = this.$route;
this.$loading.show();
this.query = query;
this.yunOrderNo = query.yunOrderNo;
this.getDetectionName(query.yunOrderNo);
......@@ -127,7 +126,6 @@ export default {
component_tag: '7802850#0#0#问卷结果页面',
web_data:{yunOrderNo: this.yunOrderNo},
});
this.$loading.hide();
},
methods: {
statusMap(status) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册