소스 검색

Merge remote-tracking branch 'origin/master'

大大的豆芽 1 개월 전
부모
커밋
2a9642dec8
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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
             }