Browse Source

打包报错

syhx
zhang_li 2 months ago
parent
commit
0f2b6fb33e
  1. 2
      src/pages/productionReturn/job/okToReturnDetail.vue

2
src/pages/productionReturn/job/okToReturnDetail.vue

@ -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('未获取到详情');

Loading…
Cancel
Save