refactor(应用): 优化应用管理界面Loading状态防止误触

This commit is contained in:
wangjiahao
2022-10-30 21:06:55 +08:00
parent 6352725ca1
commit d6769a142e
3 changed files with 4 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ export function appApply(data) {
return request({
url: 'panel/group/appApply',
method: 'post',
loading: false,
loading: true,
data
})
}
@@ -322,7 +322,7 @@ export function appEdit(data) {
return request({
url: 'panel/group/appEdit',
method: 'post',
loading: false,
loading: true,
data
})
}