资源池
This commit is contained in:
parent
9532e1adc0
commit
c208f0705a
|
@ -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);
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue