资源池

This commit is contained in:
W23123 2020-03-24 16:14:27 +08:00
parent 9532e1adc0
commit c208f0705a
2 changed files with 1 additions and 3 deletions

View File

@ -42,7 +42,7 @@ public class TestResourcePoolController {
}
@GetMapping("list/all")
public List<TestResourcePool> listResourcePools() {
public List<TestResourcePoolDTO> listResourcePools() {
PageHelper.startPage(1, 10000, true);
QueryResourcePoolRequest request = new QueryResourcePoolRequest();
return testResourcePoolService.listResourcePools(request);

View File

@ -334,8 +334,6 @@
this.createVisible = true;
},
edit(row) {
window.console.log(row);
// this.loading = true;
this.updateVisible = true;
this.form = JSON.parse(JSON.stringify(row));
this.convertResources();