@ -138,7 +138,7 @@ export function addPrice (data) {
export function exportData (data) {
return axios({
url: api.exportData,
method: 'post',
method: 'get',
data: data
})
}
@ -123,7 +123,7 @@
.then(result => {
this.fileList = []
this.$message.success(result.message, 1.8)
setTimeout(() => this.$router.push('/goods/index'), 1500)
setTimeout(() => this.$router.push('/goods/import/list'), 1500)
.finally(() => this.isLoading = false)