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

init

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