chenrui пре 2 година
родитељ
комит
ee80117665

+ 2 - 0
src/views/purchasingManagement/purchaseReturn/purchaseReturnDeatil.vue

@@ -241,6 +241,7 @@ export default {
             .then(res => {
               if (res.status == 200) {
                 _this.resetTable(false)
+                _this.getStatisticsData()
               }
               _this.$message.info(res.message)
               _this.delLoading = false
@@ -349,6 +350,7 @@ export default {
       sparePartsReturnDetailSave(params)
         .then(res => {
           if (res.status == 200) {
+            this.getStatisticsData()
             this.resetSearchForm(true)
           }
           this.isInster = false