Ver Fonte

Merge remote-tracking branch 'origin/master'

大大的豆芽 há 1 mês atrás
pai
commit
2a9642dec8
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      admin-ui/src/views/order/cloth/collectCloth.vue

+ 4 - 4
admin-ui/src/views/order/cloth/collectCloth.vue

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