|
|
@ -85,6 +85,7 @@ export class GasClassGroupTaskComponent implements OnInit { |
|
|
|
* 请求数据 |
|
|
|
* 请求数据 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
requestData(pageNum) { |
|
|
|
requestData(pageNum) { |
|
|
|
|
|
|
|
if (pageNum != null) { |
|
|
|
this.tableLoading = true; |
|
|
|
this.tableLoading = true; |
|
|
|
this.whereObject['pageNum'] = pageNum; |
|
|
|
this.whereObject['pageNum'] = pageNum; |
|
|
|
this.whereObject['pageSize'] = 10; |
|
|
|
this.whereObject['pageSize'] = 10; |
|
|
@ -97,6 +98,7 @@ export class GasClassGroupTaskComponent implements OnInit { |
|
|
|
this.tableLoading = false; |
|
|
|
this.tableLoading = false; |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 搜索 |
|
|
|
* 搜索 |
|
|
|