【修改】按钮颜色

This commit is contained in:
zhoulingpo
2023-04-28 14:29:46 +08:00
parent 5e82233915
commit 06f6888595
5 changed files with 56 additions and 18 deletions
+10
View File
@@ -125,4 +125,14 @@ export default {
})
},
// 判断当前人是不是审批人
// /selectTask
jugeProcess(data) {
return request({
url: '/api/selectTask',
method: 'get',
params: data
})
}
}