Change-Id: I3dd5a3cddcaa8450204bb9df6d1498ec0247011a
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
pageNum: string = '1';
ngOnInit() {
- this.getTaskList()
+ this.getTaskList();
}
getTaskList(): void {
showdetail(data: any): void {
this.taskId = data.task_id;
- this.moduleTitle = data.status;
- if (data.status === '审核阶段') {
+ this.moduleTitle = data.processing_status;
+ if (data.processing_status === 'Waiting to Confirm') {
this.showDetail = true;
} else {
this.showProcess = true;