新增表格自动刷新插件

This commit is contained in:
RuoYi
2020-07-29 19:21:40 +08:00
parent 31c3d4021e
commit 98ee5e9772
5 changed files with 104 additions and 0 deletions

View File

@@ -232,6 +232,15 @@ public class DemoTableController extends BaseController
return prefix + "/subdata";
}
/**
* 表格自动刷新
*/
@GetMapping("/refresh")
public String refresh()
{
return prefix + "/refresh";
}
/**
* 表格其他操作
*/