|
@@ -1539,10 +1539,10 @@ export default {
|
|
|
this.$message.error('未查询到预约订单')
|
|
|
return
|
|
|
}
|
|
|
- if (!this.orderForm.sendClothWay) {
|
|
|
- this.$message.error('请先选取衣方式')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.orderForm.sendClothWay) {
|
|
|
+ // this.$message.error('请先选取衣方式')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
// this.orderForm.sendClothWay = res.data.sendClothWay
|
|
|
}
|
|
|
|