资源池
This commit is contained in:
parent
9532e1adc0
commit
c208f0705a
|
@ -42,7 +42,7 @@ public class TestResourcePoolController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("list/all")
|
@GetMapping("list/all")
|
||||||
public List<TestResourcePool> listResourcePools() {
|
public List<TestResourcePoolDTO> listResourcePools() {
|
||||||
PageHelper.startPage(1, 10000, true);
|
PageHelper.startPage(1, 10000, true);
|
||||||
QueryResourcePoolRequest request = new QueryResourcePoolRequest();
|
QueryResourcePoolRequest request = new QueryResourcePoolRequest();
|
||||||
return testResourcePoolService.listResourcePools(request);
|
return testResourcePoolService.listResourcePools(request);
|
||||||
|
|
|
@ -334,8 +334,6 @@
|
||||||
this.createVisible = true;
|
this.createVisible = true;
|
||||||
},
|
},
|
||||||
edit(row) {
|
edit(row) {
|
||||||
window.console.log(row);
|
|
||||||
// this.loading = true;
|
|
||||||
this.updateVisible = true;
|
this.updateVisible = true;
|
||||||
this.form = JSON.parse(JSON.stringify(row));
|
this.form = JSON.parse(JSON.stringify(row));
|
||||||
this.convertResources();
|
this.convertResources();
|
||||||
|
|
Loading…
Reference in New Issue