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

init

上级 b70387a8
......@@ -35,6 +35,9 @@ export const getDetailByYunOrderNo = async (yunOrderNo) => {
method: 'get',
url: `/tis/insurance/getDetailByYunOrderNo?yunOrderNo=${yunOrderNo}`,
withCredentials: true,
headers: {
noLoading:true,
},
});
};
export const getHospitalList = async(data) => {
......
......@@ -103,6 +103,9 @@ export const detectionRecordInfo = (data) => {
method: 'get',
url: `/trade/detection/record/record/infoV2?detectionRecordId=${data.detectionRecordId}&detectionKind=${data.detectionKind}`,
withCredentials: true,
headers: {
noLoading:true,
},
});
};
......
......@@ -354,6 +354,7 @@ export default {
} else {
that.$toast(res.message);
}
this.$loading.hide();
});
},
copyText(val) {
......@@ -463,6 +464,7 @@ export default {
return t;
},
getReport() {
this.$loading.show();
getDetailByYunOrderNo(this.yunOrderNo).then(res => {
console.log(res);
const {showFlagForReport} = res.data;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册