Commit 52e26587 authored by Hagsn3's avatar Hagsn3

按钮功能

parent bd68978c
......@@ -389,7 +389,7 @@ export default {
/** 审批按钮*/
/**
* controls 操作 1:审核 2:修改 3:查看
* approveStatus 状态 0 cg 1 待审核 2 已通过 3 已驳回
* approveStatus 状态 0 cg 1 待审核 9已通过 3 已驳回
* **/
handleApprove(row) {
const id = row.businessId
......@@ -407,7 +407,11 @@ export default {
const id = row.businessId
this.$router.push({
path: 'checkList',
query: { businessId: id }
query: {
businessId: id,
controls: '3',
approveStatus: row.approveStatus
}
})
},
/** 查询列表 */
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment