update 优化审批按钮判断

This commit is contained in:
gssong
2024-06-07 21:38:17 +08:00
parent 2c9c837c1b
commit f95f6e8390
4 changed files with 56 additions and 55 deletions

View File

@ -53,7 +53,7 @@ export const getHistoryList = (businessKey: string): AxiosPromise<Record<string,
* @param businessKey 业务id
* @returns
*/
export const getHistoryRecord = (businessKey: string) => {
export const getHistoryRecord = (businessKey: string | number) => {
return request({
url: `/workflow/processInstance/getHistoryRecord/${businessKey}`,
method: 'get'