功能变化:

1.导入修改;
pull/84/head
猿小天 2023-01-03 14:58:02 +08:00
parent 4712530100
commit c0ed29dea2
1 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ export default {
/** 下载模板操作 */
importTemplate () {
downloadFile({
url: util.baseURL() + this.api + 'import_data/',
url: this.api + 'import_data/',
params: {},
method: 'get'
})
@ -100,7 +100,7 @@ export default {
*/
updateTemplate () {
downloadFile({
url: util.baseURL() + this.api + 'update_template/',
url: this.api + 'update_template/',
params: {},
method: 'get'
})