Prechádzať zdrojové kódy

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

chenrui 3 rokov pred
rodič
commit
215f216e33

+ 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
       })
     },
     //  销售单详情