liyg 2 anos atrás
pai
commit
42e60ed3f6

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

@@ -1666,14 +1666,8 @@ export default {
         }
         this.axios(options).then(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()
         })
       })
     },