Browse Source

采购收货的时候,提交报错,点击确定返回列表

hella_online_20240803
lijuncheng 3 months ago
parent
commit
6b98518f87
  1. 6
      src/pages/purchaseReceipt/job/receiptDetail.vue

6
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -598,7 +598,11 @@
} }
}).catch(error => { }).catch(error => {
uni.hideLoading() uni.hideLoading()
this.showErrorMessage(error) this.$refs.comMessage.showErrorMessage(error, res => {
if (res) {
navigateBack(1)
}
});
}) })
} else { } else {
uni.hideLoading(); uni.hideLoading();

Loading…
Cancel
Save