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