Browse Source

打包报错

syhx
张立 4 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: "加载中....", title: "加载中....",
mask: true mask: true
}); });
getProductionReturnJobDetail(that.id).then((async res => { getProductionReturnJobDetail(that.id).then(async res => {
uni.hideLoading(); uni.hideLoading();
if (res.data == null) { if (res.data == null) {
that.showMessage('未获取到详情'); that.showMessage('未获取到详情');

Loading…
Cancel
Save