防止表格最后页最后项删除变成暂无数据

This commit is contained in:
RuoYi
2021-09-02 10:19:04 +08:00
parent 57178e72a4
commit ee823b8326
17 changed files with 50 additions and 2 deletions

View File

@ -48,6 +48,6 @@ export function getCodeImg() {
return request({
url: '/captchaImage',
method: 'get',
timeout: 20000
timeout: 20000
})
}