Browse Source

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

hella_online_20240803
lijuncheng 4 weeks 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 => {
uni.hideLoading()
this.showErrorMessage(error)
this.$refs.comMessage.showErrorMessage(error, res => {
if (res) {
navigateBack(1)
}
});
})
} else {
uni.hideLoading();

Loading…
Cancel
Save