操作日志和数据同步用户体验及逻辑优化
This commit is contained in:
@@ -57,14 +57,15 @@ export class RoleManagementComponent implements OnInit {
|
||||
})
|
||||
}
|
||||
//重置,重置搜索条件
|
||||
reset(){
|
||||
this.search.page_index=1;
|
||||
this.search.page_size=10;
|
||||
this.search.role_name='';
|
||||
this.queryTable();
|
||||
}
|
||||
// reset(){
|
||||
// this.search.page_index=1;
|
||||
// this.search.page_size=10;
|
||||
// this.search.role_name='';
|
||||
// this.queryTable();
|
||||
// }
|
||||
//获取列表
|
||||
queryTable():void{
|
||||
this.search.page_index=1;
|
||||
this.statusParamsTable.status=1;
|
||||
this.tableData=[];
|
||||
this.http.get('/sysapi/setting/role/list',this.search).subscribe((json)=>{
|
||||
|
||||
Reference in New Issue
Block a user