소스 검색

去掉销售单 添加产品加载效果

chenrui 3 년 전
부모
커밋
215f216e33
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/salesManagement/salesQuery/edit.vue

+ 2 - 2
src/views/salesManagement/salesQuery/edit.vue

@@ -463,7 +463,7 @@ export default {
     saveNewProduct (row) {
       this.$message.loading('正在添加产品...', 1)
       this.isInster = true
-      this.spinning = true
+      // this.spinning = true
       salesDetailInsert({
         buyerSn: this.detailData.buyerSn,
         productSn: row.productSn,
@@ -483,7 +483,7 @@ export default {
           this.$message.success('产品添加成功', 2.5)
         }
         this.isInster = false
-        this.spinning = false
+        // this.spinning = false
       })
     },
     //  销售单详情