feat: 优化仪表盘页面loading

This commit is contained in:
wangjiahao
2021-06-04 12:33:08 +08:00
parent 3fd5e678d6
commit fccd7d8f29
2 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ export function showTemplateList(data) {
return request({
url: '/template/templateList',
data: data,
loading: true,
method: 'post'
})
}
@@ -26,7 +25,6 @@ export function showTemplateList(data) {
export function findOne(id) {
return request({
url: '/template/findOne/' + id,
loading: true,
method: 'get'
})
}