mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
refactor: 去掉代码中固定的超时时间
This commit is contained in:
@@ -15,7 +15,6 @@ export function ajaxGetData(id, data) {
|
||||
method: 'post',
|
||||
loading: true,
|
||||
hideMsg: true,
|
||||
timeout: 30000,
|
||||
data
|
||||
})
|
||||
}
|
||||
@@ -67,7 +66,6 @@ export function ajaxGetDataOnly(id, data) {
|
||||
method: 'post',
|
||||
loading: true,
|
||||
hideMsg: true,
|
||||
timeout: 30000,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user