|
@@ -87,7 +87,7 @@ |
|
|
electronicSignature:"", |
|
|
electronicSignature:"", |
|
|
queryParams: { |
|
|
queryParams: { |
|
|
pageNum: 1, |
|
|
pageNum: 1, |
|
|
pageSize:5, |
|
|
|
|
|
|
|
|
pageSize:10, |
|
|
systemType: null, |
|
|
systemType: null, |
|
|
deptId: null, |
|
|
deptId: null, |
|
|
}, |
|
|
}, |
|
@@ -142,6 +142,7 @@ |
|
|
if(this.activityBusinessTypeOptions){ |
|
|
if(this.activityBusinessTypeOptions){ |
|
|
this.activityBusinessTypeOptions.map(t => { |
|
|
this.activityBusinessTypeOptions.map(t => { |
|
|
if(t.dictValue === res.businessType){ |
|
|
if(t.dictValue === res.businessType){ |
|
|
|
|
|
console.log('aaaaa') |
|
|
res.businessType = t.dictLabel |
|
|
res.businessType = t.dictLabel |
|
|
this.taskList.push(res) |
|
|
this.taskList.push(res) |
|
|
} |
|
|
} |
|
|