|
@@ -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()
|
|
|
})
|
|
|
})
|
|
|
},
|