@@ -992,14 +992,16 @@
that.$api.msg(title)
that.isShowPrint = true
uni.setStorageSync("exWarehousing_print", that.weightbills)
- uni.hideLoading()
// setTimeout(() => {
// uni.navigateBack()
// }, 1000)
} else {
that.$api.msg(res.data.message)
}
+ uni.hideLoading()
+ })
+ .catch(res => {
})