|
@@ -267,8 +267,11 @@ const seeDetail = new Vue({
|
|
|
window.location.href = '/supplier/order/detail.html?shopOrderId='+data.shopOrderId
|
|
|
},2000)
|
|
|
}else{
|
|
|
- _this.$message.error(response.msg)
|
|
|
- _this.formatConfirmParam()
|
|
|
+ setTimeout(()=>{
|
|
|
+ _this.$message.error(response.msg)
|
|
|
+ _this.submitLoading = false
|
|
|
+ _this.formatConfirmParam()
|
|
|
+ },2000)
|
|
|
}
|
|
|
})
|
|
|
},1000)
|