lilei 4 달 전
부모
커밋
5b817970ee
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/views/salesManagement/salesQueryNew/edit.vue

+ 0 - 4
src/views/salesManagement/salesQueryNew/edit.vue

@@ -298,10 +298,6 @@ export default {
     // 确定新增产品到列表,
     // row 产品信息,promo 活动规则信息,promoProductClz 规则类型,cptype 1 添加活动产品,2 累计产品
     insterProduct (row, promo, promoProductClz, cptype) {
-      if (this.spinning) {
-        this.$message.warning('正在添加产品,请稍等...')
-        return
-      }
       this.spinning = true
       // 正常产品
       if (promoProductClz == 0) {