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

init

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