fix: 模板导入失败问题

This commit is contained in:
wangjiahao
2022-03-16 21:09:29 +08:00
parent 3f48d8ad24
commit 196f1f6891
3 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ export function save(data) {
return request({
url: '/template/save',
data: data,
method: 'post'
method: 'post',
loading: true
})
}
export function templateDelete(id) {