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

init

上级 88dd4ce9
......@@ -413,6 +413,7 @@ export default {
prototypeId: this.pprotocolType,
prototypeLogId: this.prototypeLogId,
};
this.$loading.show();
console.log('--obj--', obj);
if(this.insuranceInfo.detectionKind == 1) {
this.quickBindingCode(obj);
......@@ -450,6 +451,7 @@ export default {
}
);
}
this.$loading.hide();
this.$toast('提交成功');
}
});
......@@ -469,6 +471,7 @@ export default {
},
}
);
this.$loading.hide();
this.$toast('提交成功');
}
});
......
......@@ -463,7 +463,7 @@ export default {
return t;
},
getReport() {
this.$loading.show();
this.$loading.show('报告生成中,请稍等...');
getDetailByYunOrderNo(this.yunOrderNo).then(res => {
console.log(res);
const {showFlagForReport} = res.data;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册