zhengjinyi 1 éve
szülő
commit
aed80255f6

+ 5 - 2
src/main/resources/static/js/supplier-center/order/order-create.js

@@ -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)