main
fanfan 8 months ago
parent 86b9bdf2e0
commit 38efa2c092
  1. 2
      src/api/goods/index.js
  2. 2
      src/views/dataCenter/goods/modify.vue

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

Loading…
Cancel
Save