mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
93b186f948
commit
8fd5837d85
@ -72,11 +72,11 @@
|
||||
<td scope="row" class="text-center">{{index+1}}</td>
|
||||
<td scope="row" class="text-center" v-if="item.orgName">{{item.orgName}}</td>
|
||||
<td scope="row" class="text-center" v-else>管理员</td>
|
||||
<td class="text-center" v-if="item.userName">{{item.userName}}</td>
|
||||
<td class="text-center" v-else>{{item.auditName}}</td>
|
||||
<td class="text-center">{{item.stateName}}</td>
|
||||
<td class="text-center">{{item.staffName}}</td>
|
||||
<td class="text-center" v-if="item.endTime">处理完成</td>
|
||||
<td class="text-center" v-else>正在处理</td>
|
||||
<td class="text-center">{{item.duration}}</td>
|
||||
<td class="text-center">{{item.message}}</td>
|
||||
<td class="text-center">{{item.context}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
staffName: '',
|
||||
taskId: ''
|
||||
},
|
||||
nextAudit:{}
|
||||
nextAudit: {}
|
||||
}
|
||||
},
|
||||
_initMethod: function () {
|
||||
@ -80,11 +80,15 @@
|
||||
var param = {
|
||||
params: {
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
businessKey: $that.newOaWorkflowDetailInfo.id
|
||||
id: $that.newOaWorkflowDetailInfo.id,
|
||||
flowId: $that.newOaWorkflowDetailInfo.flowId,
|
||||
page:1,
|
||||
row:10
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
vc.http.apiGet('workflow.listWorkflowAuditInfo',
|
||||
//vc.http.apiGet('workflow.listWorkflowAuditInfo',
|
||||
vc.http.apiGet('/oaWorkflow/queryOaWorkflowUser',
|
||||
param,
|
||||
function (json, res) {
|
||||
var _workflowManageInfo = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user