@ -179,7 +179,7 @@
title: "加载中....",
mask: true
});
getProductionReturnJobDetail(that.id).then((async res => {
getProductionReturnJobDetail(that.id).then(async res => {
uni.hideLoading();
if (res.data == null) {
that.showMessage('未获取到详情');