liyg 2 سال پیش
والد
کامیت
42e60ed3f6
1فایلهای تغییر یافته به همراه2 افزوده شده و 8 حذف شده
  1. 2 8
      src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

+ 2 - 8
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -1666,14 +1666,8 @@ export default {
         }
         }
         this.axios(options).then(res => {
         this.axios(options).then(res => {
           console.log('receiveRes:', res)
           console.log('receiveRes:', res)
-          if (res.data.data == 4) {
-            this.$message.error('新增抵达失败!')
-            this.isLoading = false
-          } else {
-            this.$message.success('上传成功!')
-            this.closeUpload()
-            this.$router.go(0)
-          }
+          this.$message.success('上传成功!')
+          this.closeUpload()
         })
         })
       })
       })
     },
     },